XML editor with buttons to add HTML tags via CDATA

Hi:
Does anyone know an XML editor with buttons to add HTML tags via CDATA?
<?xml version="1.0" encoding="UTF-8"?>
<content1>
<text1>
<![CDATA[<p><b>]]>THE ORIGINS.<![CDATA[</b><br />]]>
He was born ...
<![CDATA[<br /><br /><p>]]>
Thanks in advance

I just did a google search of "XML editor with buttons to add HTML tags via CDATA" and found this.
I usually just write in all my XML by hand that included the CDATA tags if needed.
http://activeden.net/item/flash-xml-editor-version-2/47884
I hope this helps?

Similar Messages

  • How to add html tags to textarea item

    hello,
    i want to have links or bottons that will put html tags in my textarea item
    for example if i will press a link name bold it will put the bold open and close html tag.
    i want to be able doing so without erasing the already text i have in my textarea item.
    thanks
    p.s
    i can't use the textarea with html editor item.

    thanks it works ( still have one more question)
    i used Balaji Chellappa suggestion
    but change it a little bit :
    a href="#" onclick="javascript:document.getElementById('P3_MESSAGE_DESC').value=document.getElementById('P3_MESSAGE_DESC').value + ' B> /B>';">Bold /a>
    one more question:
    this javascript add the bold tag to the end of the textarea item.
    how can i add it the tag where the cursor is ?
    if it's to hard (i'm not javascript expert) i just want to add the tag a line under the text
    for example:
    if my test is : test test test
    and i push the bold link it will be:
    test test test
    b> /b>
    instead of :
    test test test b> /b>
    thanks
    p.s
    how can i put html tag in my posts ?

  • Open XML file in XML editor with certain XPath highlighted

    Hi,
    I have wrtten an XML compraison tool which produces an HTML report of all differences and shows the xpaths where there is a mismatch. I want the user to be able to click the xpath (like hyperlink) and open the XML file using IE or any opensource XML editor (xerlin?) such that the xpath node is the current highlighted node on the screen. That way the user can right away seee where the mismatch is. As a next step I wanted to open both the control and the test files side by side with both xpaths highlighted.
    Any idea how I can approach the problem? Is there any open osurce software I can leverage and integrate my application,
    Thanks,
    Abhijit

    This code of yours should work.
    <% if display_url is not initial. %>
    <script language="Javascript">
    url = "<%=display_url%>";
    window.open(url, "Zusatz", "width=400, height=400");
    </script>
    <% endif. %>
    what happens, it doesnt open new window at all or new window is opened but xml doesnt show up?
    Regards
    Raja

  • Tables with buttons to add rows

    Morning
    I am having trouble with a table that has buttons to add, show and hide rows.  There are 2 rows in my table which I need to be able to add depending on which button is clicked.  I've managed to get the first button to add an instance using (Table.Row1.instanceManager.addInstance(1);) but I can't get row 2 to add to the bottom of the table with a button.  I've tried to amend the script to fit the second row but it doesn't work.
    Table.Row2.instanceManager.addInstance(2);
    I'd appreciate some help
    I can send a sample if need be.
    Many thanks
    Ben

    The correct syntax is addInstance(1) (or addInstance(true)).
    As long as the row is set to repeat (Object>Binding>Repeat Row for Each Data Item) it should work. If the row doesn't exist yet then try using the underscore shortcut for the Instance Manager: Table._Row2.addInstance(1);

  • How to add HTML tags to 'mailto' body

    i'm trying to figure out how to add font color and bold to an
    email body.
    i have the code working properly to build the email and drop
    the text in the correct locations. however, when i try to add the
    html tags to the process, it doesn't work.
    when i use the escape command to URLencode the input, it goes
    through and you can read the html tags in the email. if i don't
    escape the text/tags, the mailto command fails completely.
    dual 2.5 g5, 10.4.8, 3gig ram, plenty storage
    flash 8pro. ripping flash8 swf, actionscripting 2.0
    here's my current code:
    emailto =
    escape("[email protected],[email protected]");
    emailsub = escape("REQUEST - order");
    tempemailbody = "<B><FONT COLOR=\"#2B6EB5\">" +
    header + "</FONT></B>other text = " + somethingelse +
    "<br>";
    emailbody = escape(tempemailbody);
    emailvar = "mailto:" + emailto + "?subject=" + emailsub +
    "&body=" + emailbody;
    getURL(emailvar, "_blank");
    please advise.
    thanks in advance
    jason
    ps. i tried adding this post twice and it didn't appear in
    the topic list. sorry if the previous ones eventually go thru

    You can't send HTML email right from Flash. You will need to
    use a
    server-side script that adds the necessary headers into the
    email.
    Dave -
    Head Developer
    www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • How to add html tag in c:set value

    If i put the html tag around, like this <c:set var="test" value="This is a <b>nice</b> page." /> , the <c:out value="${test}" /> will print the bold tag around "nice" . How to get the actually string "nice" to be bold instead? Thank you!

    Set the 'escapeXml' attribute of c:out to false so that it doesn't escape XML (and so also HTML) entities.

  • Unable to Copy and Paste XML View with BI Office Add In

    Hi there,
    I'm having issues with the BI Add-In for MS Office. I am able to connect and insert views from within Excel or Powerpoint. However when I log into Answers using my browser and copy a compound answer, I am unable to paste it back into excel or Powerpoint.
    When I try to paste the view, I recieve the error "No Oracle BI view in clipboard".
    So I assume the error is with capturing that information in the clipboard. I've tried with both Internet Explorer and Firefox.
    Any help would be greatly appreciated...
    I'm using:
    Add-in v. 10.0.3
    OBIEE 10.1.3.3.3
    Thanks in advance,
    Tom
    Edited by: user11086798 on 3/06/2010 22:41

    Hi saichand, thanks for the link.
    I've looked through that thread and the work around the poster comes up with is not actually Office integration. He is able to simply import an image into his powerpoint. It doesn't appear to be able to refresh the data that way. I am looking to be able to paste in a report definition so that the data can be updated.
    Do you have any other suggestions?
    Thanks in advance,
    Tom

  • XML file converting sign in my HTML tags

    Hello,
    I'm using Tim Dexter's guide to convert HTML inside an element to XSL in order to draw a table. This is the HTML my web service is passing to the XML:
    <table border="1">
    <tr>
    <td>row1col1</td>
    <td>row1col2</td>
    </tr>
    <tr>
    <td>row2col1</td>
    <td>row2col2</td>
    </tr>
    </table>
    All "<" are getting converted to "&lt;" so my style sheet is unable to interpret then. I tried wrapping the HTML inside a !CDATA tag but style sheet can't interpret that either. I also read that in my HTML is perfect XHTML it won't get converted but my HTML appears to be in correct format.
    Any ideas? I have the ability to modify the HTML getting passed. I want to stick with HTML since it is easier for multiple developers to work in rather than learning XSL-FO.
    thanks.

    That gets me this in the XML:
    &amp;lt;table border="1">
    &amp;lt;tr>
    &amp;lt;td>row1col1&lt;/td>
    &amp;lt;td>row1col2&lt;/td>
    &amp;lt;/tr>
    &amp;lt;tr>
    &amp;lt;td>row2col1&lt;/td>
    &amp;lt;td>row2col2&lt;/td>
    &amp;lt;/tr>
    &amp;lt;/table>
    i need the actual < to show because the external XSL stylesheet is looking for <td> tags to convert to xsl:fo.

  • Transforming xml file with different elements into HTML

    hi all !
    i have an xml object that has been generated from database using java. the xml file has numerous elements that have been merged into single file. all elements have been got from different table :-
    <?xml version = '1.0' ?>
    <ROWSET>
    <ROW id= "1">
    <EMPID>1</EMPID>
    <EMPADDRESS>H 3 STREET 4</EMPADDRESS>
    <EMPPHONE>98764653</EMPPHONE>
    </ROW>
    <ROW id="2">
    <EMPID>5</EMPID>
    <EMPQUAL>GRADE 12</EMPQUAL>
    <EMPGRADE>A</EMPGRADE>
    </ROW>
    </ROWSET>
    (its just a sample data, might not be wel formed)
    as it shows that each element "ROW" has data corresponding to different employee and with different details. actually these elemnt are the updates in an employee profile that have to be communicated to a distant located database. what i need is a tranformation into HTML so that the recieving user can view this file as html with relative headings of corresponding tables.
    (the schema at both ends is exact replica)
    any help in this regards would be obliging.

    thank you bro!
    the xml file has been created by importing multiple files resulted from XSU into a master file in java. we are running a web based project in a distributed environment. so i would need to make this page appear in a web browser with ACCEPT and REJECT command buttons as the receiver is the approving agent. what all i have thought of so far is to create a style sheet with templates of all heading of each table from where the data is coming from and then run a check on what table the data is from and place that specific heading on the entry. the style sheet would be placed at both ends so only the xml file will be transported and transformation would be done auto.
    i hope it works. but am not sure wether its the right approach or not.

  • XML editor with grid support?

    I've been trying XML Spy for a few months and I really like its grid editing feature. I want to purchase it, but I don't want to spend the $400 they want for it. Most of the features are overkill for me, but I do need the grid editor. I've searched around and haven't found anything comparable to XML Spy. Does anyone know of anything that has similar editing features, but for a much more reasonable cost or even free?

    scotthemi,
    All I can suggest is you try the following link http://www.xmlspy.com/download_archive.html. I used XML Spy 3.5 many moons ago. There is a chance that one of these archive version allow you permanent, limited functionality on an eval license. So, you might get your grid support for free.
    Bryan

  • How to extract a clob xml string with multiple row of table tag. in 10g

    i have a xml value like:
    <table><c1>0</c1><c2>Mr</c2><c3>abc</c3><c4>Sharma</c4></table>
    <table><c1>0</c1><c2>Mrs</c2><c3>abcd</c3><c4>Sharma</c4></table>
    <table><c1>0</c1><c2>Mr</c2><c3>sabc</c3><c4>Sharma</c4></table>
    <table><c1>0</c1><c2>Mrs</c2><c3>sdabc</c3><c4>Sharma</c4></table>
    <table><c1>0</c1><c2>Mr</c2><c3>dabc</c3><c4>Sharma</c4></table>
    <table><c1>0</c1><c2>Mr</c2><c3>adbc</c3><c4>Sharma</c4></table>
    i want to insert each of <c> value in a table with respective columns according c1,c2,c3,c4
    pls suggest me what to do
    I use extract(xml, '/table) tab but it just read first one line & return error for other

    Can you plz explain to me thisIt is because you did not provide us with a valid xml structure so I used 11g's xmlparse function to create a xmltype even with the xml not being valid (no root tag).
    With a valid xml structure I could use the xmltype constructor instead and go on the same way as before:
    SQL> select *
      from xmltable (
             'table'
             passing xmltype ('
                            <root>
                            <table><c1>0</c1><c2>Mr</c2><c3>abc</c3><c4>Sharma</c4></table>
                            <table><c1>0</c1><c2>Mrs</c2><c3>abcd</c3><c4>Sharma</c4></table>
                            <table><c1>0</c1><c2>Mr</c2><c3>sabc</c3><c4>Sharma</c4></table>
                            <table><c1>0</c1><c2>Mrs</c2><c3>sdabc</c3><c4>Sharma</c4></table>
                            <table><c1>0</c1><c2>Mr</c2><c3>dabc</c3><c4>Sharma</c4></table>
                            <table><c1>0</c1><c2>Mr</c2><c3>adbc</c3><c4>Sharma</c4></table>
                            </root>').extract ('root/table')
             columns c1 number path 'c1', c2 varchar2 (4) path 'c2', c3 varchar2 (6) path 'c3', c4 varchar2 (6) path 'c4')
            C1 C2     C3        C4      
             0 Mr     abc       Sharma  
             0 Mrs    abcd      Sharma  
             0 Mr     sabc      Sharma  
             0 Mrs    sdabc     Sharma  
             0 Mr     dabc      Sharma  
             0 Mr     adbc      Sharma  
    6 rows selected.

  • XML problem with one set of  url tags

    I have all my pages for my site on my xml map and have it successfully submitted to google webmster. All but one link, which google never recognizes for some reason. It is a strange little problem. The following is an example of how I have it written and it works for every page except for my login page!
    <url>
    <loc> http://www.myfaithworks.me/ </loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    </url>
    <url>
    <loc> http://www.myfaithworks.me/apps/auth/login?try=1&next= </loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    </url>
    Refering to the latter, the bottom tags are the problem, google will not allow me to submit for some reason. I think the problem is within the link, but this is the actual link. I don't knw what to do. I knw the tags have no error, and all my other pages have been accepted without any errors.

    Try this, it is possible that the error is because of '&' or '?'. Having a CDATA will ensure that the server will not try to parse those but instead treat them as text/characters.
    <url>
    <loc><![CDATA[http://www.myfaithworks.me/apps/auth/login?try=1&next=]]></loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    </url>

  • How to group Page Items with fieldset and legend HTML tags ?

    I have 7 Page Items (i.e. select list, input text....) defined in Side Bar Region of my Page Zero,
    for clarity I would like to group these items as follows:
    1) <fieldset>
    <legend>Costs</legend>
    <input ..... item1 >
    <input .... item2 >
    <input..... item3 >
    </fieldset>
    1) <fieldset>
    <legend>Technical Attributes</legend>
    <input ..... item4 >
    <input .... item5 >
    <input..... item6 >
    <input..... item7 >
    </fieldset>
    I appreciate if you can tip me  with  a URL link or codes examples i.e. javascript, Side Bar template #BODY# customization.
    Thanks for your tips.

    What if you need to access more than one data source?
              <sql:query var="myQuery" dataSource="myDataSource">
              </sql:query>
              <sql:query var="myOtherQuery" dataSource="myOtherDataSource">
              </sql:query>
              If you specify one data source as the default, how do you access the other
              one?
              -- Craig
              "thanh nguyen" <[email protected]> wrote in message
              news:3fa18529$[email protected]..
              > I believe you can set up a default datasource for the application context
              in the web.xml and weblogic.xml. That way, on your JSP, you will not need to
              set the datasource. The connection pool will handle all of that for you.
              >
              > 1. modified weblogic.xml
              > <reference-descriptor>
              > <resource-description>
              > <res-ref-name>jdbc/hr</res-ref-name>
              > <jndi-name>jdbc/hr</jndi-name>
              > </resource-description>
              > </reference-descriptor>
              > 2. modified web.xml
              > <context-param>
              > <param-name>javax.servlet.jsp.jstl.sql.dataSource</param-name>
              > <param-value>jdbc/hr</param-value>
              > </context-param>
              >
              > <resource-ref>
              > <res-ref-name>jdbc/hr</res-ref-name>
              > <res-type>javax.sql.DataSource</res-type>
              > <res-auth>CONTAINER</res-auth>
              > </resource-ref>
              > 3. redeploy app
              

  • HTML Tags in XML Update

    I have a unique situation (may be not that unique). I want to update or add HTML tags in an XML element I am writing a PL/SQL Stored Procedure to insert, update or delete elements/attributes from an XML Type column based on the input XML (coming from Java application). SP is called from Java app. For example my XML may loook like
    <Description Name="Sales Message">
    <Text>This is a test</Text>
    </Description>
    I can update this in XML by creatinga SP which accepts a value (clob or text) and make a simple update call like
    UPDATE table_name
    SET hotel_xml = UPDATEXML (hotel_xml, Description[@Name=''Sales Message'']/Text/text()', 'This is a Test')
    WHERE id = 123;
    Hopwever when I have HTML tags in my parameter value, my update fails. For example java pp passes me a string
    This is a bold &lt;B&gt;Test&lt;/B&gt;
    (without encoding it is "This is a Bold <B>Test</B>"
    When I run this
    UPDATE table_name
    SET hotel_xml = UPDATEXML (hotel_xml, Description[@Name=''Sales Message'']/Text/text()', 'This is a bold &lt;B&gt;Test&lt;/B&gt;')
    WHERE id = 123;
    It thinks, I am passing a substitution variable (think &lt and &gt as sub variables) and the procedure fails.
    How do I handle HTML encoded charcters in Oarcle Pl/SQL? Many of my SPs has to accept XML as clob that may contain HTML encoding. Java always encodes HTML tags in an XML so I have to pass the CLOB(xml) to a SP as it is

    When this type of encoding is there in my XML or input variable, PL/SQL thinks
    its a substitution variable and tries to replace it by prompting replacement. I think »substitution variables« is the wrong phrase for this. Probably you mean »entity names«, and all that happens is that special characters are converted to »entity names« to ensure valid xml after the update:
    SQL> with table_name as (
    select xmltype('<Description Name="Sales Message">
                       <Text>This is a test</Text>
                     </Description>') hotel_xml from dual)
    select updatexml (hotel_xml,
                      'Description[@Name="Sales Message"]/Text/text()',
                      'This is a bold <B>Test</B>'
                     ) hotel_xml
      from table_name
    HOTEL_XML                                                                                             
    <Description Name="Sales Message"><Text>This is a bold &amp;lt;B&amp;gt;Test&amp;lt;/B&amp;gt;</Text></Description> Do you expect your result to look like
    <Description Name="Sales Message">
      <Text>This is a bold <B>Test</B></Text>
    </Description>??

  • HTML tags in XML document

    I have an application that loads information from an XML file
    and displays in a dynamic text box. That works great. Now, I want
    to add HTML tags to the information in the XML file so the dynamic
    text box will format it. If I add straight html:
    <Answer1>of earth, <b>air</b>, fire, and
    water.</Answer1>
    I get a null displayed in the text box. If I encode
    <Answer1>of earth,
    &gt;b&lt;air&gt;/&lt;, fire, and
    water.</Answer1>
    Then it displays
    of earth, <b>air</b>, fire, and water.
    Any help on how to embedded html code into an XML document so
    a dynamic text box uses the html code?
    Thanks.

    Just use CDATA tags around your HTML values, eg:
    <Answer1><![CDATA[of earth, <b>air</b>,
    fire, and water.]]></Answer1>
    HTH.

Maybe you are looking for

  • Import Package statement - Error

    I have read a thread at Developer Forum on Package - import statement erroe and saw the advice to compile the package by using the command: javac -classpath %CLASSPATH%;[your path to the risk classes] <source files to compile> I have done that and I

  • Grant Privilege to Role instead of Direct grant doesn't work

    Hi all My scenario is sas follow: create user a identified by a; create user b identified by b; grant connect,resource to a ; grant connect,resource to b ; conn a/a create table tbl( c1 number(10)); conn system/sys create role roll; grant roll to b;

  • Help with template locked and editable regions

    I have been using templates for years in a very simplified way, my programing skills are not great. Today I seem to have screwed up a template beyond my ability to fix it and possibly all 46 pages attached to it (have not uploaded any of these files

  • Verizon's failure, why do I have to pay?

    As a long-time - and still current - customer of Verizon, I'm shocked at how poorly I am being treated. I cancelled my phone in December because my company gave me a phone (also Verizon). At that time I gave Verizon my new mailing address, email, and

  • Reading a file and parsing the data for a calculation method

    i am trying to read a file with 3 feilds double double and int . am able to read the file but i am getting an exception right befor i parse the data ...code import java.io.BufferedReader; import java.io.FileReader; import java.io.*; //import com.sun.