套件:libxml-filter-saxt-perl(0.01-9)
libxml-filter-saxt-perl 的相關連結
Debian 的資源:
下載原始碼套件 libxml-filter-saxt-perl:
- [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]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.
其他與 libxml-filter-saxt-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language