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=20436>. 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=20436 Parser don't support Validating check. ------- Additional Comments From [EMAIL PROTECTED] 2003-06-04 01:20 ------- HandlerBase does not do anything with errors. That should be obvious from the source code: inline void HandlerBase::error(const SAXParseException&) { } If you want to handle errors, then derive your own class from ErrorHandler and either throw the SAXParseException, or handle it some other way. Note if you're going to throw it, then you'd better catch it in the try block. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
