[
Lists Home |
Date Index |
Thread Index
]
- From: Peter Murray-Rust <peter@ursus.demon.co.uk>
- To: xml-dev@ic.ac.uk
- Date: Fri, 20 Feb 1998 06:40:32
At 20:21 19/02/98 -0800, Parik Rao wrote:
>Anyone have experiences with CDATA ? We're interested in inserting
>non-XML markup and BLOBs into XML files, and the best way seems to be
>CDATA. However, some of the parsers I've been playing around with
>(Microsoft, XMLint) don't support the CDATA element. Is CDATA handling
>required for a validating parser?
An "XML parser" must conform to the XML spec and must therefore *read
correctly* a document which includes <![CDATA[ ... ]]>
There is no requirement for a parser to DO anything with this other than to
report violations of well-formedness (or validity) as appropriate. The SAX
API does not support <![CDATA[; i.e. the output has lost any knowledge of
what bits were originally CDATA and which were escaped with &, etc.
P.
Peter Murray-Rust, Director Virtual School of Molecular Sciences, domestic
net connection
VSMS http://www.nottingham.ac.uk/vsms, Virtual Hyperglossary
http://www.venus.co.uk/vhg
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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)
|