PCDATA vs CDATA
Chris Maden
crism at oreilly.com
Wed Jul 1 01:10:21 BST 1998
[Richard Tobin]
> For example, if c were declared CDATA and the parser didn't have the
> DTD, it would report a syntax error for
>
> <c>></c>
He means, of course
<c><</c>
A better example is:
<c><d/></c>
In SGML, if <c> has CDATA declared content, then the content of <c> is
the string "<d/>". In XML+CDATA, without a DTD, this is
indistinguishable from <c> containing an empty element <d>.
-Chris
--
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>
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/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe 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