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

Re: XML inside another XML


insert xml inside xml
At 12:21 PM -0500 2/12/04, <santony@b...> wrote:
>I have an XML used as a wrapper, that contains another XML. ( The 
>outside XML is used as the communication header )
>I have to handle a case where the inside XML is not well formed. ( 
>Basically I m sending a response message saying that the request XML 
>was corrupt )
>Obviously if I just embedd the corrupt XML inside the wrapper XML, I 
>get error.


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.
-- 

   Elliotte Rusty Harold
   elharo@m...
   Effective XML (Addison-Wesley, 2003)
   http://www.cafeconleche.org/books/effectivexml
   http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA

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.