Jump to content

Apache Xerces Perl: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:


==Version==
==Version==
* Last known version: Apache Xerces Perl v2.7.0-0 (2015-03-19)
* Apache Xerces Perl v2.7.0-0 (2015-03-19)
;Prerequisites
;Prerequisites
* [[Perl]] 5.6.0 or later
* [[Perl]] 5.6.0 or later
* [[Apache Xerces C++]] version 2.7 or later.
* [[Apache Xerces C++]] version 2.7 or later.
* [[C++]] compiler capable of building Xerces C++
* [[C++]] compiler capable of building Xerces C++
==Links==
* [https://xerces.apache.org Apache Xerces homepage]
* [http://xerces.apache.org/xerces-p/ Apache Xerces Perl homepage]


==Licence==
==Licence==
* Open source software published under the [[Apache Software Licence v2]].
* Open source software published under the [[Apache Software Licence v2]].
* The [[Apache]] project


==Publisher==
==Links==
* The [[Apache]] project
* [http://xerces.apache.org/xerces-p/ Apache Xerces Perl homepage]


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

Revision as of 04:57, 2 February 2020

A Perl API for the Xerces C++ XML parsing class library, it is a part of the Apache Xerces XML project that also includes Apache Xerces2 Java, Apache Xerces C++ and Apache XML Commons. It provides access for Perl programs to the wast bulk of the Xerces C++ functions, effectively making it a viable validating XML parser.

Version

  • Apache Xerces Perl v2.7.0-0 (2015-03-19)
Prerequisites

Licence

Links