| Paketname | libxml-twig-perl |
| Beschreibung | Perl module for processing huge XML documents in tree mode |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
| Version | 1:3.32-3ubuntu1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 532 Byte |
| Hängt ab von | perl (>= 5.6.0-16), libxml-parser-perl |
| Empfohlene Pakete | libtext-iconv-perl, libtie-ixhash-perl, libxml-xpath-perl | libxml-xpathengine-perl, libwww-perl, li |
| Paketbetreuer | Ubuntu Core Developers |
| Quelle | |
| Paketgröße | 160986 Byte |
| Prüfsumme MD5 | 3df921df814f0ff9ace369c7b8df0e8b |
| Prüfsumme SHA1 | 2df8626002e463b9d2aca539cfdf798b2f8752e7 |
| Prüfsumme SHA256 | d4e84b67487d4cf716f45511841b3424b9f2079f7cb81be143fefa2edcb283cd |
| Link zum Herunterladen | libxml-twig-perl_3.32-3ubuntu1_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.
|