perl-xml-writer 0.900
Easily generate well-formed, namespace-aware XML
XML::Writer
is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly. By default, it also performs a significant amount of well-formedness checking on the output to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
- Website: https://metacpan.org/release/XML-Writer
- Licenses: Public Domain
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-xml-writer 0.900
as follows:
guix install perl-xml-writer@0.900
Or install the latest version:
guix install perl-xml-writer
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.