I am using Xerces 2 to validate an xml doc againt a XML schema. Though I see a validation error on stdout, the error handler is not called and the parsing continues. I don't care much about the parsing continuation but I would like my error handler to be called so that I can catch that vlaidation error. Dumping the error on stdout is of no help. Do I need to do anyting other than defining a DefaultHandler to get the error back?
Praveen __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
