Requirements

  This release requires Zope 2.3.x and later. You need a Python 
  development environment in order to build and install PyExpat;
  we're working on making this requirement go away. 

Installation

  Unpack the ParsedXML tarball in the Products directory of your Zope
  installation (usually this is lib/python/Products). Rename the unpacked
  directory to "ParsedXML" so that Python can import it.

  Build the parser by going to the Expat subdirectory of the ParsedXML
  directory that you just unpacked, and running the setup.py script with
  the same Python you use to run Zope (python1.5 for Zope 2.3, and
  python2.1 for Zope2.4). See Expat/README for details.

  Restart Zope.  There should be a ParsedXML product in your Products
  folder, and a ParsedXML option for available objects to add in
  the root folder.

