perl-xml-tokeparser 0.05
Simplified interface to XML::Parser
XML::TokeParser
provides a procedural ("pull mode") interface to XML::Parser
in much the same way that Gisle Aas' HTML::TokeParser
provides a procedural interface to HTML::Parser
. XML::TokeParser
splits its XML input up into "tokens", each corresponding to an XML::Parser
event.
- Website: https://metacpan.org/release/XML-TokeParser
- Licenses: GPL 1+
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-xml-tokeparser 0.05
as follows:
guix install perl-xml-tokeparser@0.05
Or install the latest version:
guix install perl-xml-tokeparser
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.