libxml-sax-perl 1.02+dfsg-ok2 source package in openKylin
Changelog
libxml-sax-perl (1.02+dfsg-ok2) nile; urgency=medium * Re-upload. -- CI Bot <email address hidden> Wed, 10 Jul 2024 06:21:21 +0000
libxml-sax-perl (1.02+dfsg-ok2) nile; urgency=medium * Re-upload. -- CI Bot <email address hidden> Wed, 10 Jul 2024 06:21:21 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libxml-sax-perl_1.02+dfsg.orig.tar.xz | 30.4 KiB | f962fd78979380c12fd75e7bbcf097507604906de24dd8e46c6b93f213066898 |
libxml-sax-perl_1.02+dfsg-ok2.debian.tar.xz | 10.6 KiB | 403ce84438e1131f9f0a4a2538d52c2f87200d8a5fb88bfa8a9a1227bbb5bacd |
libxml-sax-perl_1.02+dfsg-ok2.dsc | 2.0 KiB | 42562a9b25bd7547198e4ae922bf449688a61307bc378fa5dc35f05d7404a606 |
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-
.
The framework includes a Debian-specific script (called
update-
script is intended to be used in postinst and prerm package scripts to
(de)register parsers. See README.Debian for more info.