
Gnosis_Utils contains several classes for working with XML,
as well as other generally useful tools, including:

  xml.pickle    - Pickle objects to/from XML format, compatible
                  with standard pickle API.
  xml.objectify - Convert arbitrary XML documents to Python objects.
  xml.indexer   - Create full-text XPATH indexes of XML documents

Installation:

  python setup_gnosis.py build
  python setup_gnosis.py install

Trying it out:

  cd gnosis/xml/pickle/test
  python test_all.py

  If any errors occur, please email mertz@gnosis.cx, or frankm@hiwaay.net.
  Please include the output from test_all.py in your email, as well
  as other pertinent details such as Python version and operating system.

For more info:

  pydoc gnosis
  pydoc gnosis.xml.pickle.doc
  See xml_matters articles under gnosis/doc

