Re: Xerces output

2009-12-15 Thread Mukul Gandhi
Say, if you attach an error handler to the JAXP validator, then you would recieve validation errors in error handler call-back methods: error, fatalError, or warning Then, from SAXParseException object you can retrieve error details (which you can write to a file, if you wish). Here are the relev

Xerces output

2009-12-15 Thread Holger
Hi, Is there a wrapper available for xml schema validation with xerces-j to write the validation report as a file. There are sample for xerces- j how to validate via command line? It would be possible the write a batch to put the console output into a file but I'm looking for a wrapper whe