Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perigrin/xml-sax-simple
- Owner: perigrin
- Created: 2010-05-21T08:23:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-21T09:28:26.000Z (over 14 years ago)
- Last Synced: 2024-05-01T22:51:43.034Z (8 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/XML-SAX-Simple/
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
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]