[
Lists Home |
Date Index |
Thread Index
]
We are currently using Cdata.
But there is the possibility that the contained XML might have ]]> token.
1. I m wondering how one is supposed to escape ( convert ) using Java, the XML so that > < etc appear as > < etc.
2. By the way is it true - told by somebody - that even escaping will not help as the parser will convert > < etc to > < etc before the parsing begins ?
Thanks
--sony
>
> From: "Paul Sumner Downey" <Paul.Downey@whatfettle.com>
> Date: 2004/02/13 Fri PM 02:32:02 EST
> To: <michael.h.kay@ntlworld.com>,
> <santony@bellsouth.net>,
> <xml-dev@lists.xml.org>
> Subject: RE: [xml-dev] XML inside another XML
>
> 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>
>
>
>
>
|