Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perigrin/xml-sax-simple

Release history of XML-SAX-Simple
https://github.com/perigrin/xml-sax-simple

Last synced: 22 days ago
JSON representation

Release history of XML-SAX-Simple

Awesome Lists containing this project

README

        

XML/SAX/Simple
==============

This is a SAX version of XML::Simple. It works exactly the same
as XML::Simple, so see the documentation of that module for details.
The benefit of using this over XML::Simple is that XML::SAX::Simple
will use any Perl SAX2 parser installed on your system (via XML::SAX),
rather than being hard coded to use XML::Parser.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

XML::Simple, XML::SAX, XML::Handler::Trees

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, [email protected]