NAME
Util::Medley::XML - utility XML methods
VERSION
version 0.061
SYNOPSIS
my $util = Util::Medley::XML->new;
DESCRIPTION
Provides utility methods for working with XML. All methods confess on error.
METHODS
beautifyFile
Beautifies an XML file. Requires the xmllint command.
beautifyString
Formats an XML string. Requires the xmllint command.