Why no ']]>' in CharData?
Don Park
donpark at docuverse.com
Sat Nov 27 14:25:18 GMT 1999
Here is something that puzzles me.
The XML spec states that:
"In the content of elements, character data is any string
of characters which does not contain the start-delimiter
of any markup. In a CDATA section, character data is any
string of characters not including the CDATA-section-close
delimiter, ']]>'."
Second sentence seems to be saying that CDATA-section-close
is not allowed only in a CDATA section yet the production
rule for CharData is:
[14] CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)
What is the reason for special treatment of ']]>' in
character data?
Best,
Don Park - mailto:donpark at docuverse.com
Docuverse - http://www.docuverse.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list