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=26344>. 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=26344 spurious indication of attribute name duplication Summary: spurious indication of attribute name duplication Product: Xerces-C++ Version: 2.4.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Non-Validating Parser AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I stumbled upon a strange error in one of my files. It reports that one of my attributes is duplicated, though it clearly isn't. I've narrowed the two conflicting attributes down to the specific cases which are conflicting. Here is the smallest file which causes the error: <?xml version="1.0" encoding="iso-8859-1" ?> <doc RANDOMIZE_CHOICES="FALSE" TARGET_CATEGORY="some stuff"> </doc> The order of the attributes only affects the name of the attribute reported in the conflict. The parser throws a SAXException with message "The attribute 'TARGET_CATEGORY' is already used in element 'doc' I suspect this is a result of changes in some hashing routine since 2.3.0 because the error does not occur in the 2.3.0 release. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]