XML::Parser Version 2.01

This is a Perl extension interface to James Clark's XML parser, expat.
The documentation for this extension can be found in pod format at the
end of the file Parser.pm.

This was modified from the original XML::Parser created by Larry Wall.

To build this module, cd to the directory that contains this README file
and type the following:

	perl Makefile.PL
	make

You can then test the module by typing:

	make test

If you have write access to the perl library directories, you may then
install by typing:

	make install

Clark Cooper
coopercl@sch.ge.com