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
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