The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
XML::SAX::PurePerl
==================

This is a Pure Perl XML parser, making use of PerlIO for supporting multiple
encodings (requires Perl 5.7.2 or higher), hand-written LL parsing, and a
PerlSAX2 interface, as discussed in depth on the Perl-XML mailing list.

It is far from "complete", but progressing rapidly, and is capable of parsing
most XML that doesn't contain an internal subset or make use of external
entities. These features are being worked on right now.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module's aim is to require no other modules. However it does make use
of File::Temp, which is not shipped with Perl 5.00503.

COPYRIGHT AND LICENSE

Copyright (C) 2001 Matt Sergeant.

Please see the LICENSE file for licensing details.