libxml-twig-perl 1:3.54-ok1 source package in openKylin
Changelog
libxml-twig-perl (1:3.54-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:14:27 -0700
libxml-twig-perl (1:3.54-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:14:27 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libxml-twig-perl_3.54.orig.tar.gz | 280.2 KiB | 0b744a9737a070f95c32154afd526bf5ebe76a59feb8bc1f5dbc6cdaa5e0e529 |
| libxml-twig-perl_3.54-ok1.debian.tar.xz | 4.8 KiB | e24fdd8f9bf6af878aa01dbdb6b686a5cf8507649cdf8738333dae7dd788abf8 |
| libxml-twig-perl_3.54-ok1.dsc | 2.6 KiB | ab06b9297399625aa251886cb537ab9434af806950cb028cc4ad8babf074ae3a |
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