Imuroi lähdekoodipaketti libxml-sax-machines-perl:
These modules provide a collection of APIs that allow complex SAX machines to be constructed without a huge amount of extra typing.
SAX machines are a way to gather and manage SAX processors without going nuts. Or at least without going completely nuts. Individual machines can also be like SAX processors; they don't need to parse or write anything:
my $w = XML::SAX::Writer->new( Output => \*STDOUT );
my $m = Pipeline( "My::Filter1", "My::Filter2", { Handler => $w } );
my $p = XML::SAX::ParserFactory->new( handler => $p );
|
|
|
| Arkkitehtuuri | Paketin koko | Koko asennettuna | Tiedostot |
|---|---|---|---|
| all | 79.9 kt | 288 kt | [tiedostoluettelo] |