Non-printing character in XML and expat

Posert, Bob BPosert at filenet.com
Fri Apr 16 19:41:16 BST 1999


When using expat to parse the following xml:
    <?xml version="1.0" encoding="UTF-16"?>
    <tag>
    &#24;
    </tag>
I get an error "test.xml:3:0 reference to an invalid character number"
To double-check, I saved the xml as a UNICODE file and ran xmlwf on it; I
got the same error.

Is this valid XML?  It seems like the spec allows it, and MS's xml notepad
reads it OK.  It looks like the problem in expat might be that
checkCharRefNumber is called too often.

Many thanks,
Bob


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 (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