Paketname | libpoe-filter-xml-perl |
Beschreibung | POE Filter for parsing XML |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.38-1 |
Sektion | universe/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 | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 25826 Byte |
Prüfsumme MD5 | 371d02cab98263035971b0040c619e09 |
Prüfsumme SHA1 | 47d8b478bac9e9eb5ad511f6a8ff71647a85b4b9 |
Prüfsumme SHA256 | d90fc50fa4ef0550c8b607dcda03036fb198aa08699c1d3e739b97cabb9e1a59 |
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.
|