|
NAMEXML::SAX::Simple - SAX version of XML::Simple.VERSIONVersion 0.08DESCRIPTION"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. SYNOPSISuse XML::SAX::Simple qw(XMLin XMLout); my $hash = XMLin("foo.xml"); AUTHORMatt Sergeant, matt@sergeant.orgCurrently maintained by Mohammad S Anwar (MANWAR), "<mohammad.anwar AT yahoo.com>" REPOSITORY<https://github.com/manwar/XML-SAX-Simple>SEE ALSOXML::Simple, XML::SAX.COPYRIGHT AND LICENCEThis 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
Visit the GSP FreeBSD Man Page Interface. |