| Paketname | libxml-filter-saxt-perl |
| Beschreibung | Perl module for replicating events to several event handlers |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.01-7 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 68 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 8498 Byte |
| Prüfsumme MD5 | 9a422ec28dad557ca41ed54d807ee2e5 |
| Prüfsumme SHA1 | 48dba7b822fe4502e66062c25489e30e4bf45da3 |
| Prüfsumme SHA256 | 145a9d180bf3ebcb8319038ca786a2aa3b2a4ff9be737833b15598fe81772efd |
| Link zum Herunterladen | libxml-filter-saxt-perl_0.01-7_all.deb |
| Ausführliche Beschreibung | The 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.
|