perl-xml-twig 3.52
Perl module for processing huge XML documents in tree mode
XML::Twig
is an XML transformation module. Its strong points: can be used to process huge documents while still being in tree mode; not bound by DOM or SAX, so it is very perlish and offers a very comprehensive set of methods; simple to use; DWIMs as much as possible.
What it doesn't offer: full SAX support (it can export SAX, but only reads XML), full XPath support (unless you use XML::Twig::XPath
), nor DOM support.
- Website: https://metacpan.org/release/XML-Twig
- Licenses: GPL 1+
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-xml-twig 3.52
as follows:
guix install perl-xml-twig@3.52
Or install the latest version:
guix install perl-xml-twig
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.