套件: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
- Larry Wall's Practical Extraction and Report Language
-
- 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