Search code examples
javaxmlxml-serializationsax

SAX Parser and XML Schema (XSD) validation


Which Java XML libraries can do SAX-based parsing and validation against an XML Schema (XSD) at the same time?

I'm really looking for the most efficient solution for reading and validating large XML files.

bonus points if you can provide sample code.


Solution

  • Xerces which is part of the Sun JDK can do validation. You can see in the docs.