Details
Description
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.