XML::SAX::Simple 0.02 review

Download
by rbytes.net on

XML::SAX::Simple is a SAX version of XML::Simple. SYNOPSIS use XML::SAX::Simple qw(XMLin XMLout); my $hash = XMLin("foo.xm

License: Perl Artistic License
File size: 15K
Developer: Matt Sergeant
0 stars award from rbytes.net

XML::SAX::Simple is a SAX version of XML::Simple.

SYNOPSIS

use XML::SAX::Simple qw(XMLin XMLout);
my $hash = XMLin("foo.xml");

XML::SAX::Simple is a very simple version of XML::Simple but for SAX. It can be used as a complete drop-in replacement for XML::Simple.

See the documentation for XML::Simple (which is required for this module to work) for details.

Requirements:
Perl

XML::SAX::Simple 0.02 search tags