]]> within a CDATA marked section ?
David Megginson
ak117 at freenet.carleton.ca
Thu Nov 27 11:48:59 GMT 1997
Patrice Bonhomme writes:
> Is it possible to put the sequence ]]> within a CDATA marked section ?
No -- in XML, there is no way at all.
In full SGML, you could use RCDATA instead of CDATA:
(In the DTD)
<!ENTITY MSC CDATA "]]">
(In the document instance)
<![RCDATA[
<![CDATA[this is an example of a marked section&MSC;>
]]>
I don't think this is a big problem, though, since CDATA marked
sections are simply a typing convenience.
All the best,
David
--
David Megginson ak117 at freenet.carleton.ca
Microstar Software Ltd. dmeggins at microstar.com
http://home.sprynet.com/sprynet/dmeggins/
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