libxml-sax-perl 1.02+dfsg-ok1 source package in openKylin
Changelog
libxml-sax-perl (1.02+dfsg-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libxml-sax-perl (1.02+dfsg-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libxml-sax-perl_1.02+dfsg.orig.tar.xz | 30.4 KiB | f962fd78979380c12fd75e7bbcf097507604906de24dd8e46c6b93f213066898 |
libxml-sax-perl_1.02+dfsg-ok1.debian.tar.xz | 10.1 KiB | 954791fc82b4d4b143c9f37d499701b59259790f20f973a891942662e9406dfb |
libxml-sax-perl_1.02+dfsg-ok1.dsc | 2.0 KiB | ae0c83642b0a02ca7ee4d97f612e9c3fbe512673f251cec39e04566a117de007 |
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.