RE: RE: [xml-dev] XML inside another XML

From
Michael Kay <>
To
, 'Paul Sumner Downey' <>,
Date
2004-02-14T09:36:18
ID
<005801c3f2dd$ff7fb6c0$6401a8c0@pcukmka>
Thread
RE: RE: [xml-dev] XML inside another XML
> We are currently using Cdata.
> But there is the possibility that the contained XML might 
> have ]]> token.

You need to replace "]]>" by something like "]]>]]&gt;<![CDATA["

(And as people sometimes point out, if you're going to do that then it's
just as easy not to use CDATA at all, but to substitute &, <, and >
instead).

Michael Kay