[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML inside another XML


xml to another xml
Elliotte Rusty Harold wrote:

> First you need to store the *unparsed* text as a string, byte array or 
> some such thing. If you've already parsed it and thrown away the 
> original, it's too late.
> 
> Then insert that string into your output message. All correct XML APIs 
> I'm aware of will escape all the < and & signs as necessary to allow it 
> top be treated as text. If you're using printf or System.out.println() 
> or some such to generate your message, it's trickier. You can wrap the 
> output in a CDATA section, but watch out for any embedded ]]> strings 
> that may appear in the malformed input. If you see these, then you'll 
> have to close the CDATA section, write ]]&gt;, and then reopen the CDATA 
> section.

The safest thing would be to keep the byte array and base64-encode it.  If
the parsing error had to do with character encoding, you won't be able to
put it in the XML document as a string, and in any case, the original
encoding will be lost.

Avoid CDATA.  It is a convenience for people writing XML documentation by
hand using examples with lots of special characters (like, say, XML markup),
but it serves no other useful purpose, and can often be dangerous.


All the best,


David




PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.