Jump to content

Apache Xerces Perl: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Image:Apache-xerces.png|right|200px]]
{{Software
|Picture=Apache-xerces.png
|Name=Xerces Perl
|Version=2.7.0 (Mar 2015)
|Author=The [[Apache]] project
|Licence=[[Apache Software Licence v2]]
|WWW=http://xerces.apache.org/xerces-p/
}}
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.
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==
==Version==
* Last known version: Apache Xerces Perl v2.7.0-0 (2015-03-19)
* 2.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==
* Open source software published under the [[Apache Software Licence v2]].
==Publisher==
* The [[Apache]] project


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

Latest revision as of 13:08, 17 July 2022

Apache Xerces Perl
Name Xerces Perl
Version 2.7.0 (Mar 2015)
Vendor
Author The Apache project
Licence Apache Software Licence v2
WWW http://xerces.apache.org/xerces-p/

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

  • 2.7.0-0 (2015-03-19)
Prerequisites