パッケージ: 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 作の実用的な抽出とレポート用の言語
-
- rec: libhtml-parser-perl
- HTML テキスト文書を解析するモジュール集
-
- rec: libtext-iconv-perl
- module to convert between character sets in Perl
-
- rec: libtie-ixhash-perl
- 連想配列の順序づけ用 Perl モジュール
-
- rec: libwww-perl
- world-wide web へのシンプルで一貫性のあるインターフェース
-
- rec: libxml-xpathengine-perl
- DOM に似たツリーのための再利用可能な XPath エンジン
- または 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