Apache Xerces Perl: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Version== | ==Version== | ||
* | * 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++ | ||
==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 | |||
== | ==Links== | ||
* | * [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
- Perl 5.6.0 or later
- Apache Xerces C++ version 2.7 or later.
- C++ compiler capable of building Xerces C++
Licence
- Open source software published under the Apache Software Licence v2.
- The Apache project