perl-xml-descent 1.04
Recursive descent XML parsing
The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML).
XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent
allows such parsers to be created.
- Website: https://metacpan.org/release/XML-Descent
- Licenses: GPL 1+
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-xml-descent 1.04
as follows:
guix install perl-xml-descent@1.04
Or install the latest version:
guix install perl-xml-descent
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.