This package browser is in early development. Mind the rough edges.

perl-xml-dom

Perl module for building DOM Level 1 compliant document structures

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML strings or files and builds a data structure that conforms to the API of the Document Object Model.

Installation

Install the latest version of perl-xml-dom as follows:

guix install perl-xml-dom

Or install a particular version:

guix install perl-xml-dom@1.46

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.