|
9625.
|
|
|
XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-perl
|
|
9626.
|
|
|
The package also contains a SAX parser, XML::SAX::PurePerl, but it is considered too slow for serious use and is only provided as a fallback parser. It is recommend XML::SAX::Expat (provided in libxml-sax-expat-perl) instead.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-perl
|
|
9627.
|
|
|
The framework includes a Debian-specific script (called update-perl-sax-parsers) to manage the ParserDetails.ini file. This script is intended to be used in postinst and prerm package scripts to (de)register parsers. See README.Debian for more info.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-sax-perl
|
|
9628.
|
|
|
Perl module for reading and writing XML
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-simple-perl
|
|
9629.
|
|
|
The XML::Simple module provides a simple API layer on top of an underlying XML parsing module to maintain XML files (especially configuration files). Two functions are exported: XMLin() and XMLout().
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-simple-perl
|
|
9630.
|
|
|
The simplest approach is to call these two functions directly, but an optional object oriented interface allows them to be called as methods of an XML::Simple object. The object interface can also be used at either end of a SAX pipeline.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-simple-perl
|
|
9631.
|
|
|
Note from upstream: The use of this module in new code is strongly discouraged. Other modules are available which provide more straightforward and consistent interfaces. In particular, XML::LibXML is highly recommended. XML::Twig is another excellent alternative.These modules are packaged as libxml-libxml-perl and libxml-twig-perl in Debian.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-simple-perl
|
|
9632.
|
|
|
Perl module for processing huge XML documents in tree mode
|
|
|
Summary
|
|
|
|
Moduł Perla do przetwarzania ogromnych dokumentów XML w trybie drzewa
|
|
Translated by
Michael Vogt
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9633.
|
|
|
The XML::Twig module provides a way to process XML documents. It is built on top of XML::Parser.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9634.
|
|
|
The module offers a tree interface to the document, while allowing to output the parts of it that have been completely processed.
|
|
|
Description
|
|
|
|
Moduł oferuje interfejs drzewa dla dokumentu, pozwalający na wyjście części dokumentu, które zostały już przetworzone.
|
|
Translated by
Michael Vogt
|
|
|
|
Located in
Package: libxml-twig-perl
|