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 04:51 ------- Please look at the code, samples, and read the documentation. Parsing errors are reported to the ErrorHandler instance you install. If you do nothing with the exception that is provided in the call to ErrorHandler::error(), you will not know if any validity errors occurred. XercesDOMParser simply re-uses the SAX ErrorHandler interface and SAXParseException classes for error reporting. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
