[
Lists Home |
Date Index |
Thread Index
]
> We are currently using Cdata.
> But there is the possibility that the contained XML might
> have ]]> token.
You need to replace "]]>" by something like "]]>]]><![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
|