NAME
XML::SAX::Simple - SAX version of XML::Simple.
VERSION
Version 0.08
DESCRIPTION
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 for details.
SYNOPSIS
use XML::SAX::Simple qw(XMLin XMLout);
my $hash = XMLin("foo.xml");
AUTHOR
Matt Sergeant, matt@sergeant.org
Currently maintained by Mohammad S Anwar (MANWAR), <mohammad.anwar AT yahoo.com>
REPOSITORY
https://github.com/manwar/XML-SAX-Simple
SEE ALSO
COPYRIGHT AND LICENCE
This is free software. You may use it and distribute it under the same terms as Perl itself.
Copyright (C) 2001 Matt Sergeant, matt@sergeant.org