XML::LibXML::Enhanced 0.01 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 6K
Developer: Michael Stillwell
0 stars award from rbytes.net

XML::LibXML::Enhanced is a Perl module that adds convenience methods to XML::LibXML and LibXSLT.

SYNOPSIS

use XML::LibXML::Enhanced;

my $xml = XML::LibXML::Singleton->instance;
my $xsl = XML::LibXSLT::Singleton->instance;

my $doc = $xml->parse_xml_string("");

my $root = $doc->getDocumentElement;

$root->appendHash({ name => 'Michael', email => 'mjs@beebo.org' });

Requirements:
Perl

XML::LibXML::Enhanced 0.01 search tags