Hi,

I am using Xerces 2.9.1.  I am seeing something that I am not sure is a
bug or not.  I have a document with an attribute with a 0x7F character
in it.  When I parse it I am getting an exception.  However, if I strip
the <?xml version="1.1" ?> off the document it parses ok.  Here is the
document that fails parsing:

<?xml version="1.1" ?><dir name="177()dir" />

Here is the message from the org.xml.sax.SAXParseException:

An invalid XML character (Unicode: 0x7f) was found in the value of
attribute "name" and element is "dir".

My understanding is that 00-7F are all valid single byte characters in
UTF-8.  Any assistance would be appreciated.

Thanks,
Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to