What is the best way to validate XML files against XML Schema 1.1 in Java?
I took the code from this tutorial and changed the line where it looks up the factory to u
There is a generic XML validator that works with XML Schema v1.1, which uses xercesImpl-xsd11 2.12-beta-r1667115. The validator is available here as a Maven plugin, and here as an embeddable library.
xercesImpl-xsd11
2.12-beta-r1667115