libxml-twig-perl 3.52-ok1 source package in openKylin
Changelog
libxml-twig-perl (3.52-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Sat, 17 Sep 2022 11:31:05 +0300
libxml-twig-perl (3.52-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Sat, 17 Sep 2022 11:31:05 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libxml-twig-perl_3.52.orig.tar.gz | 398.2 KiB | fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad |
libxml-twig-perl_3.52-ok1.debian.tar.xz | 4.1 KiB | b3650e48e7719e66befcd91a16cf804e5d65367370917a663e7dd5ab394bab45 |
libxml-twig-perl_3.52-ok1.dsc | 2.5 KiB | 08b2371d445afd3808982537d0066ad012acc6acf937f217bd776748d4820fef |
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