xsdxercesxsd-validationxsd-1.1xerces2-j

Java library that supports XSD 1.1


Is there a java library that supports XSD 1.1. I have tried finding it for 2 days. The only implementation I found was Xerces2 Java 2.11.0 (XML Schema 1.1) (Beta) which works along with JAXP 1.4. This beta version did not work well either. Basic things like 'assert test' that were introduced in XSD 1.1 were failing. Please help me find a solid java library that supports XSD 1.1 for validation (if any). Thanks in Advance.


Solution

  • Depending on your exact needs, Saxon might be able to help you.

    Is it just validation that you need? validation of the schema or of the xml document directly?