Xerces is a library used for parsing XML in Java. It was updated to 2.11.0 in late 2010, and JAXP was updated to incorporate changes in Xerces 2.11.0.
JAXP is Java's API for XML processing.
Prior to Java 9, the JDK's latest update regarding XML processing was based on Xerces 2.7.1. There were some additional changes to JDK 7 based on Xerces, 2.10.0. Java now has a further refinement of the JAXP based on Xerces 2.11.0.
Xerces 2.11.0 supports the following standards:
- XML 1.0, Fourth Edition
- Namespaces in XML 1.0, Second Edition
- XML 1.1, Second Edition
- Namespaces in XML 1.1, Second Edition
- XML Inclusions 1.0, Second Edition
- Document Object Model (DOM):
- Level 3:
- Core
- Load and save
- Level 2:
- Core
- Events
- Traversal and Range
- Element Traversal, First Edition
- Simple API for XML 2.0.2
- Java APIs for XML Processing (JAXP...