CDATA Section

Gordon, Simon Simon.Gordon at swi.galileo.com
Wed Oct 20 20:16:04 BST 1999


> I need to send non-parsable character data between applications so I hoped
> to use a CDATA section. Before I committed myself I decided to run some
> sample messages through a validator (rxp). It consistently rejects the
> CDATA section yet I can't see anything wrong. Short test example:-
> 
> <?xml version='1.0'?>
> <!DOCTYPE TEST [
> <!ELEMENT TEST (CDATA)>
> ]>
> <TEST><![CDATA[blahblah]]></TEST>
> 
> Output from "rxp -xsV test.xml":-
> 
> Warning: CDATA section not allowed here
>  in unnamed entity at line 5 char 16 of file:test.xml
> 
> As I'm new to this (XML), it must be something I'm doing wrong. The XML
> Spec says that CDATA can occur anywhere character data can occur. Can
> anyone help?
> 
> PS. Just tried <!ELEMENT TEST {#PCDATA)> and removing the DOCTYPE section
> altogether. The former passes the validation test and the latter passes
> the well-formedness test (rxp -xs test.xml)!
> 
> Regards,
> 
> Simon Gordon

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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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