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=3616>. 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=3616 Summary: Inconsistent data types for line and column in Locator and SAXParseException. Product: Xerces-C++ Version: 1.5.1 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: SAX/SAX2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The SAX class Locator returns line and column information as ints. The SAXParseException class accepts and stores these numbers as unsigned ints. This is inconsistent and makes SAXParseException more difficult to use. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
