XML::SAX::Simple - SAX version of XML::Simple
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.
Matt Sergeant, matt@sergeant.org