libxml-twig-perl 1:3.50-ok1 source package in openKylin
Changelog
libxml-twig-perl (1:3.50-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libxml-twig-perl (1:3.50-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libxml-twig-perl_3.50.orig.tar.gz | 393.9 KiB | 62005aced4e844651d75c2a54c2dcd8df5e32447d0b8e449c40cf6f83f382b80 |
libxml-twig-perl_3.50-ok1.debian.tar.xz | 4.9 KiB | f3893e9b132ba9f466c68b23326223228676c2a229b0507b1f3e64b936104d01 |
libxml-twig-perl_3.50-ok1.dsc | 2.6 KiB | 7b1c65843885e064def18b255aeaf146a14dc2ccc92f6d5237a6c37f41856233 |
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_
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.
These tools are included:
* xml_spellcheck : spellcheck XML files skipping tags
* xml_merge : merge back files created by xml_split
* xml_pp : XML pretty printer
* xml_grep : grep XML files using XML::Twig's subset of XPath
* xml_split : split big XML files