Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleishm/xml-filter-recorder
Perl SAX event recorder
https://github.com/cleishm/xml-filter-recorder
Last synced: 10 days ago
JSON representation
Perl SAX event recorder
- Host: GitHub
- URL: https://github.com/cleishm/xml-filter-recorder
- Owner: cleishm
- License: other
- Created: 2009-05-23T12:41:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-05-23T12:42:19.000Z (over 15 years ago)
- Last Synced: 2024-11-03T23:04:41.136Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Readme for XML::Filter::Recorder
XML::Filter::Recorder is a record/playback module for SAX events. It is based
on Matt Seargent's XML::Filter::Cache.Features a flexible interface for cache storage. For further details, see the
pod documentation.For licensing, see LICENSE file in this distribution.
To install:perl Makefile.PL
make
make test
sudo make installwill probably do it.
Please send any bug reports to Chris Leishman .
Enjoy!