| Paketname | libxml-filter-saxt-perl |
| Beschreibung | Perl module for replicating events to several event handlers |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.01-7 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 68 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 8520 Byte |
| Prüfsumme MD5 | 98ab7d82eedd8fbc9ff21124d41a3e87 |
| Prüfsumme SHA1 | 94a51e1d7375451d3fb24afa44cc477a0c82a964 |
| Prüfsumme SHA256 | 2aa214989d3d2df19cdd260a54d0edc8431435b51c0ee03175ef3f1dbaec8c69 |
| 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.
|