Revision history for XML::SAX::Expat:
0.31 - 0.35 wed 20011219 19:10:09
- more bugfixes (many thanks to Barrie Slaymaker for all those patches
and bug reports he sends me for breakfast)
- bugfix and docs (thanks to Dave Rolsky)
- bugfix (thanks to Sean M. Burke)
0.20 - 0.30 mon 20011206 21:03:32
- a bunch of bugfixes
0.05 - 0.20 mon 20011126 22:53:42
- added most missing callbacks
- made a few bits saner
0.05 sat 20011118 23:01:08
- upgraded many bits
- prepared for CPAN
- added support for XML::SAX
0.02 - 0.04 tue 20011030 20:46:42
- many small changes making it more SAX2 compliant, and a switch
to using XML::SAX::Base instead of the deprecated XML::Filter::Base
0.01 mon 20011015 13:53:14
- original version
- stole Ken's original code and modified it, using techniques
based on the recent XML::Filter::Base