Does XercesC contain an extensive logic of XMLSchema validation?
- by seas
Tried to implement a small XML validation tool with XercesC.
For some reason I cannot use existing validators right from the box - I need some preprocessing and would like to combine it with validation in a single tool.
I used DOM parser and specified DOMErrorHandler.
Instead of a set of errors with detailed messages like I saw from xmllint for…