Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt.
[pkgsrc.git] / textproc / p5-XML-Xerces / DESCR
1 The Xerces Perl project has created a Perl module, Xerces.pm, as the Perl
2 API to the Apache project's Xerces XML parser. It is implemented using
3 the Xerces C++ API, and it provides access to all of the C++ API from
4 Perl.
5
6 Because it is based on Xerces-C, Xerces.pm provides a validating XML parser
7 that makes it easy to give your application the ability to read and write
8 XML data. A shared library is provided for parsing, generating, manipulating,
9 and validating XML documents. Xerces.pm is faithful to the XML 1.0
10 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX
11 2.0, Namespaces), The parser provides high performance, modularity, and
12 scalability. Source code, samples and API documentation are provided with
13 the parser.
14
15 The majority of the API is created automatically using Simplified Wrapper
16 Interface Generator (SWIG).  However, care has been taken to make most
17 method invocations natural to perl programmers, so a number of rough C++
18 edges have been smoothed over (See the Special Perl API Features section).