JAXP interface (transformation, XPath, schema processing)
The JAR file for Saxon-EE now indicates that Saxon implements both XSD 1.0 and XSD 1.1, by use of the language identifiers defined in the XSD 1.1 specification, that is:
- http://www.w3.org/XML/XMLSchema
- http://www.w3.org/XML/XMLSchema/v1.0
- http://www.w3.org/XML/XMLSchema/v1.1
There is a new class SchemaFactoryImpl11
which can be used as the JAXP Schema Factory when XSD 1.1 support
is required; this automatically sets the relevant configuration property to enable XSD 1.1 processing.