Blog
3 days ago
Everything You Need to Know About XML Schema Validation 1.1 in Java
The Java JDK uses a wrapped Xerces implementation for parsing. The implementation is stuck on XSD validation 1.1, which is not supported in XSD 1.0. The solution is to use the Xerces-J implementation instead.
Source: HackerNoon →