Re: Comments on REC-xml-19980210

>John pointed out that I simply misread the XML standard on the subject
>of CDATA sections.  Please ignore the following comment:
>
>> [Section 2.7, Page 5]
>> 
>> The text on CDATA Sections should include an example of how to include
>> the character string "]]>" within a CDATA section.  If only "]]>" is
>> markup, one cannot write "]]>".  Is that right?
>
>Maybe one should show how to include "]]>" with the double CDATA
>section trick:
>
>	<[CDATA[This is text]]>]]><[CDATA[following a CDATA end.]]>

Actually, since ']]>' is not allowed to occur *except* when 
closing a CDATA section or conditional section, the example needs
to be revised:

	<[CDATA[This is text]]>]]&gt;<[CDATA[following a CDATA end.]]>

-CMSMcQ

Received on Tuesday, 17 February 1998 11:53:35 UTC