- From: Joseph Kesselman <keshlam@us.ibm.com>
- Date: Mon, 23 Sep 2002 09:50:27 -0400
- To: "Pavithran" <pavithran.a@ap.sony.com>
- Cc: <plh@w3.org>, <www-dom@w3.org>
<![CDATA[The trick is to divide the token so it isn't entirely within a single CDATA block. One solution would be ]]]]><![CDATA[>, where we've split it right before the > character. Obviously you could divide the two ]'s instead. Or drop out of CDATA markup entirely for a moment, like so: ]]>]]> or ]]><![CDATA[. Anything which correctly represents the text and is legal XML is an acceptable solution. Take your pick.]]> ______________________________________ Joe Kesselman / IBM Research
Received on Monday, 23 September 2002 09:51:52 UTC