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

Wrong error message created

           Summary: Wrong error message created
           Product: Xerces-C++
           Version: 1.7.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Miscellaneous
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The code in DTDScanner::scanAttValue (validators\DTD\DTDScanner.cpp, line 934) 
emits an error of type XMLErrs::InvalidCharacter instead of 
XMLErrs::InvalidCharacterInAttrValue.
Also, in all the places where an error of type 
XMLErrs::InvalidCharacterInAttrValue is generated, two parameters are 
specified (name of the attribute and invalid character); but the error message 
is "Invalid character in attribute value (Unicode: 0x{0})". The error message 
should be changed into something like "Invalid character in the value for 
attribute {0} (Unicode: 0x{1})"

Alberto

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

Reply via email to