[Home] [By Thread] [By Date] [Recent Entries]
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 <
Cart



