RE: [xml-dev] XML inside another XML

From
Michael Kay <>
To
,
Date
2004-02-13T12:17:29
ID
<000a01c3f22b$5988a9f0$6401a8c0@pcukmka>
Thread
RE: [xml-dev] XML inside another XML
> 
> 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.

There's no such thing as XML that isn't well-formed. If it's not
well-formed XML, then it isn't XML at all. (So why the adjective? - ask
the spec authors).

If you want to carry non-XML text wrapped in an XML document, use CDATA.

Michael Kay