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=26635>.
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=26635

Erranous parsing exception re. two attributes being the same while they are not.

           Summary: Erranous parsing exception re. two attributes being the
                    same while they are not.
           Product: Xerces-C++
           Version: 2.4.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Non-Validating Parser
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This little xml won't parse on Xerces 2.4.0 , perchance a bug
with how the parser determines if the same attribute has been defined
twice in an element:

<?xml version="1.0"?>
<TEST 
UI-SW-RESPONSIBLE="NN" 
MCU-SW-RESPONSIBLE="NN">
</TEST>

Tested with sample StdInParse.exe, yields error:
Fatal Error at (file stdin, line 4, char 20): The attribute 'MCU-SW-RESPONSIBLE'
 is already used in element 'TEST'

which as you can see, is not the case.

Can someone confirm that it is a bug?

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

Reply via email to