[
Lists Home |
Date Index |
Thread Index
]
- From: "Gordon, Simon" <Simon.Gordon@swi.galileo.com>
- To: "'XML DEV'" <xml-dev@ic.ac.uk>
- Date: Wed, 20 Oct 1999 13:01:00 -0500
> 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@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@ic.ac.uk the following message;
unsubscribe 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)
|