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

DOMBuilder::parseFromURI ignores result of handleErrors

           Summary: DOMBuilder::parseFromURI ignores result of handleErrors
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


According to the documentation of handleErrors(const DOMError &), the returned
boolean value should influence whether the parser continues processing or not.

I find that regardless of which value I return, the parser stops parsing
immediately upon aencountering a fatal error (most reasonable!), but otherwise
continues processing regardless of the number of errors.
This is particularly annoying when validating, and the parser fails to find a
schema (because of bug #15371, for example), as you then get a LOT of errors.

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

Reply via email to