XML Schema Validation - meaningful error msg
I am trying to determine programmatically (using 3rd party libraries even) which node in an XML document causes its validation against an XML Schema to fail. Currently we are using Xerces, but also use Saxon for transformations, so will likely use a schema aware version of Saxon for the validation as well.
Any pointers are greatly appreciated.
|