[
Lists Home |
Date Index |
Thread Index
]
i had to do a similar thing when creating an encapsulation for WSDLs under
test. i started with a CDATASection, then moved onto a fully escaped string
before finally resorting to using a base64 encoding as the contained text
could be in a different charset to the container document.
Paul
--
Paul Sumner Downey
http://blog.whatfettle.com
-----Original Message-----
From: Michael Kay [mailto:michael.h.kay@ntlworld.com]
Sent: 13 February 2004 12:17
To: santony@bellsouth.net; xml-dev@lists.xml.org
Subject: 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
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|