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
After searching for a while, this tutorial contains these dependency worked for me:
org.exist-db.thirdparty.xerces
xercesImpl
2.12.0
xml-schema-1.1
org.exist-db.thirdparty.org.eclipse.wst.xml
xpath2
1.2.0
runtime
edu.princeton.cup
java-cup
10k
runtime
Unfortunately, these libraries don't seem to be official. So, use it at your own risk.