软件包:libxml-twig-perl(1:3.52-3)
libxml-twig-perl 的相关链接
Debian 的资源:
下载源码包 libxml-twig-perl:
- [libxml-twig-perl_3.52-3.dsc]
- [libxml-twig-perl_3.52.orig.tar.gz]
- [libxml-twig-perl_3.52-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for processing huge XML documents in tree mode
The XML::Twig 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.
其他与 libxml-twig-perl 有关的软件包
|
|
|
|
-
- dep: libxml-parser-perl
- Perl module for parsing XML files
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- rec: libtext-iconv-perl
- module to convert between character sets in Perl
-
- rec: libtie-ixhash-perl
- Perl module to order associative arrays
-
- rec: libwww-perl
- simple and consistent interface to the world-wide web
-
- rec: libxml-xpathengine-perl
- re-usable XPath engine for DOM-like trees
- 或者 libxml-xpath-perl
- Perl module for processing XPath
-
- sug: libunicode-map8-perl
- module to map 8bit character sets to Unicode
-
- sug: libunicode-string-perl
- Older Perl modules for Unicode string manipulation
-
- sug: xml-twig-tools
- command line tools for processing XML documents