[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@docuverse.com>
- To: <xml-dev@ic.ac.uk>
- Date: Sat, 27 Nov 1999 06:25:15 -0800
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@docuverse.com
Docuverse - http://www.docuverse.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@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@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|