Jump to content

Apache Xerces2 Java: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
[[Image:Apache-xerces.png|right|200px]]
{{Software
|Picture=Apache-xerces.png
|Name=Xerces2 Java XML Parser
|Version=2.12.2 (Jan 2022)
|Author=The [[Apache]] project
|Licence=[[Apache Software Licence v2]]
|WWW=http://xerces.apache.org/xerces2-j/
}}
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]].
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]].


Line 5: Line 12:


==Version==
==Version==
Xerces2 Java XML Parser
* 2.11.0 (2014-10-30)
* 2.11.0 (2014-10-30)
* 2.12.1
* 2.12.1 (Jan 2020)
* 2.12.2
* 2.12.2 (Jan 2022)
 
==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]


[[Category:Open Source Software]]
[[Category:Open Source Software]]
[[Category:Software written in Java]]
[[Category:Software written in Java]]

Latest revision as of 13:05, 17 July 2022

Apache Xerces2 Java
Name Xerces2 Java XML Parser
Version 2.12.2 (Jan 2022)
Vendor
Author The Apache project
Licence Apache Software Licence v2
WWW http://xerces.apache.org/xerces2-j/

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

  • 2.11.0 (2014-10-30)
  • 2.12.1 (Jan 2020)
  • 2.12.2 (Jan 2022)

Links