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=7291>. 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=7291 Validating DocumentBuilderFactory [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-03-20 18:44 ------- Just to add to what Joe said: In JAXP, if the user doesn't set an ErrorHandler (or sets one to null), the behaviour is implementation-dependent. In xerces 2.0.1, an ErrorHandler based on SAX's DefaultHandler class is used. This class ignores warnings and prints out the first 10 errors to standard out--so they won't appear as exceptions. All this adds up to Joe's conclusion--if you want errors, better register your own handler. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
