Paketname | libpoe-filter-xml-perl |
Beschreibung | POE Filter for parsing XML |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.38-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | perl (>= 5.6.0-16), libpoe-perl (>= 1.003), libxml-sax-perl (>= 0.16), libxml-libxml-perl (>= 1.69) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 25908 Byte |
Prüfsumme MD5 | caed4136db039348fb514b33b817b22d |
Prüfsumme SHA1 | b17a97a635e716b4c07b607091b61ec304c0d817 |
Prüfsumme SHA256 | ddc9c614e4285b3674913c049063573b8f86480ebefcb89a3fb5dbbc962dbe02 |
Link zum Herunterladen | libpoe-filter-xml-perl_0.38-1_all.deb |
Ausführliche Beschreibung | POE::Filter::XML provides POE with a completely encapsulated XML parsing
strategy for POE::Wheels that will be dealing with XML streams.
.
POE::Filter::XML relies upon XML::SAX and XML::SAX::ParserFactory to acquire
a parser for parsing XML.
.
The assumed parser is XML::SAX::Expat::Incremental (Need a real push parser)
.
By default, the Filter will spit out POE::Filter::XML::Nodes because that is
what the default XML::SAX compliant Handler produces from the stream it is
given. You are of course encouraged to override the default Handler for your
own purposes if you feel POE::Filter::XML::Node to be inadequate.
|