Re: DOM Level 3+normalizeDocument

<![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 ]]&gt;<![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