Apache Xerces2 Java: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Image:Apache-xerces.png|right|200px]] | [[Image:Apache-xerces.png|right|200px]] | ||
A modular validating [[XML]] parser for [[Java]], part of the '''Apache Xerces''' XML project that also includes [[Apache Xerces C++]], [[Apache Xerces Perl]] and [[Apache XML Commons]]. Xerces2 Java fully conforms to the XML Schema 1.0 and has partially implemented the" XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009)", "XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010)". Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. | A modular validating [[XML]] parser for [[Java]], part of the '''Apache Xerces''' XML project that also includes [[Apache Xerces C++]], [[Apache Xerces Perl]] and [[Apache XML Commons]]. | ||
Xerces2 Java fully conforms to the XML Schema 1.0 and has partially implemented the" XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009)", "XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010)". Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. | |||
==Version== | ==Version== | ||
* | * Xerces2 Java Parser 2.11.0 (2014-10-30) | ||
* Xerces2 Java Parser 2.12.1 | |||
==Licence== | |||
* Open source software published under the [[Apache Software Licence v2]]. | |||
* The [[Apache]] project | |||
==Links== | ==Links== | ||
* [https://xerces.apache.org Apache Xerces homepage] | * [https://xerces.apache.org Apache Xerces homepage] | ||
* [http://xerces.apache.org/xerces2-j/ Apache Xerces2 Java homepage] | * [http://xerces.apache.org/xerces2-j/ Apache Xerces2 Java homepage] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] | ||
[[Category:Software written in Java]] | [[Category:Software written in Java]] |
Revision as of 04:54, 2 February 2020

A modular validating XML parser for Java, part of the Apache Xerces XML project that also includes Apache Xerces C++, Apache Xerces Perl and Apache XML Commons.
Xerces2 Java fully conforms to the XML Schema 1.0 and has partially implemented the" XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009)", "XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010)". Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification.
Version
- Xerces2 Java Parser 2.11.0 (2014-10-30)
- Xerces2 Java Parser 2.12.1
Licence
- Open source software published under the Apache Software Licence v2.
- The Apache project