| Paketname | libxml-twig-perl | 
| Beschreibung | Perl module for processing huge XML documents in tree mode | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1:3.34-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 572 Byte | 
| Hängt ab von | perl, libxml-parser-perl | 
| Empfohlene Pakete | libtext-iconv-perl, libtie-ixhash-perl, libxml-xpathengine-perl | libxml-xpath-perl, libwww-perl, li | 
| Paketbetreuer | Bart Martens  | 
| Quelle |  | 
| Paketgröße | 183084 Byte | 
| Prüfsumme MD5 | 74cf1745eb3acef76b10d2ca700778a4 | 
| Prüfsumme SHA1 | 7bf05112debb320dbd294067ea8e209038042d26 | 
| Prüfsumme SHA256 | 755f746c20ad08889829f7d81b19126eb5c31903b37f30640e1ded12c7f6f0cd | 
| Link zum Herunterladen | libxml-twig-perl_3.34-1_all.deb | 
| Ausführliche Beschreibung | This module provides a way to process XML documents.  It is built on
top of XML::Parser.
.
The module offers a tree interface to the document, while allowing to
output the parts of it that have been completely processed.
.
It allows minimal resource (CPU and memory) usage by building the
tree only for the parts of the documents that need actual processing,
through the use of the twig_roots and twig_print_outside_roots
options.  The finish and finish_print methods also help to increase
performance.
.
XML::Twig tries to make simple things easy so it tries its best to
takes care of a lot of the (usually) annoying (but sometimes
necessary) features that come with XML and XML::Parser.
 |