DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25746>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25746 SAXException : Expected end of tag 'Name' was thrown due to a French character [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-01-07 00:15 ------- In all likelihood, there is no bug in the parser, but the encoding of the document is wrong. Note that, if no encoding declaration is specified in an XML document, UTF-8 is assumed. The chances are that the document in question is actually encoded in ISO-8859-1 or some similar encoding. Note further that locale settings on the parser relate to things like messages, not how the parser determines what encoding XML documents are in. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]