Pakket: libxml-filter-saxt-perl (0.01-9)
Verwijzigingen voor libxml-filter-saxt-perl
Debian bronnen:
Het bronpakket libxml-filter-saxt-perl downloaden:
- [libxml-filter-saxt-perl_0.01-9.dsc]
- [libxml-filter-saxt-perl_0.01.orig.tar.gz]
- [libxml-filter-saxt-perl_0.01-9.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
Perl module for replicating events to several event handlers
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.
Andere aan libxml-filter-saxt-perl gerelateerde pakketten
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language