This directory contains a copy of the Python binding to the Expat
non-validating XML parser, pyexpat.  The library itself is contained
in the lib/ directory.

To build the parser for use with the ParsedXML package, run the
setup.py script with the python interpreter you use to run Zope, for
example:

    /usr/bin/python1.5 setup.py

This will build Expat and then the Python binding, which should be
left here for use.  This location of the binding is not suitable for
use from packages other than ParsedXML.

The specific version number of the pyexpat extension can be found in
the get_version_string() function; the same version number applies to
the pyexpat in Python, PyXML, and Parsed XML.  Once the extension is
compiled, the version number is available as the __version__ attribute
of the module (Products.ParsedXML.Expat.pyexpat when built as part of
the Parsed XML package).  The version of the Expat library used is
available as the EXPAT_VERSION module attribute.
