xerces.apache.org
> Subject: Re: Problem parsing attribute with character 7F
> 7F is a legal XML 1.0 character and XML 1.0 should accept it. And,
> yes, I believe that in UTF8 (are you SURE you're reading the file as
> UTF8 rather than some other encoding?) it should be a legiti
Subject: Re: Problem parsing attribute with character 7F
7F is a legal XML 1.0 character and XML 1.0 should accept it. And, yes,
I believe that in UTF8 (are you SURE you're reading the file as UTF8
rather than some other encoding?) it should be a legitimate single byte.
However, the XML 1.0 s
7F is a legal XML 1.0 character and XML 1.0 should accept it. And, yes, I
believe that in UTF8 (are you SURE you're reading the file as UTF8 rather
than some other encoding?) it should be a legitimate single byte.
However, the XML 1.0 spec's section 2.2 says "Document authors are
encouraged to av
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 off the document it parses ok. Here is the
document that fails parsing: