libxml-sax-perl

Rating: 
0
No votes yet

Perl module for using and building Perl SAX2 XML processors
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.
.
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.
.
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.

Application versions: 
AttachmentSizeDate
File libxml-sax-perl_0.96+dfsg-2_all.deb83.89 KB05/08/2013 - 14:17
Changelog: 

libxml-sax-perl (0.96+dfsg-2) unstable; urgency=low

[ Ansgar Burchardt ]
* Move Debian-specific functions to a subclass as suggested by Evan Carroll.
If XML::SAX is installed via CPAN, it will not see the ParserDetails.ini
in /etc/perl/XML/SAX, ie. users will have to enable additional parsers by
hand or install them via CPAN as well. (LP: #13917)
* Use minimal debian/rules.
* Add myself to Uploaders.
* Bump Standards-Version to 3.8.3 (no changes).

[ gregor herrmann ]
* Adjust debian/{rules,copyright} to debian/repack.stub.
* debian/patches: update formatting and headers.
* New patch pod-spelling: fix some spelling errors in the POD.