[
Lists Home |
Date Index |
Thread Index
]
>
> 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
|