DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibxml-filter-saxt-perl
BeschreibungPerl module for replicating events to several event handlers
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.01-7
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8498 Byte
Prüfsumme MD59a422ec28dad557ca41ed54d807ee2e5
Prüfsumme SHA148dba7b822fe4502e66062c25489e30e4bf45da3
Prüfsumme SHA256145a9d180bf3ebcb8319038ca786a2aa3b2a4ff9be737833b15598fe81772efd
Link zum Herunterladenlibxml-filter-saxt-perl_0.01-7_all.deb
Ausführliche BeschreibungThe XML::Filter::SAXT module is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. . The SAXT constructor takes a list of hash references. Each hash specifies an output handler. The hash keys can be: DocumentHandler, DTDHandler, EntityResolver or Handler, where Handler is a combination of the previous three and acts as the default handler. E.g. if DocumentHandler is not specified, it will try to use Handler.


Impressum
Linux is a registered trademark of Linus Torvalds