-í
k‚…=c       sL     d  Z    d d d d d d d d g Z # d	 d
 d f Z $ d Z d S(   s  Extended XML support for Python

The full PyXML package, available from http://pyxml.sf.net, is installed.

This package contains seven sub-packages:

dom -- The W3C Document Object Model.  This supports DOM Level 1 +
       Namespaces.

marshal -- Converts Python objects to XML and back again.

ns -- Contains namespace URIs for various standards.

parsers -- Python wrappers for XML parsers.

sax -- The Simple API for XML, developed by XML-Dev, led by David
       Megginson and ported to Python by Lars Marius Garshol.  This
       supports the SAX 2 API.

schema -- Support for XML schema languages.  Currently TREX is the only
          supported language.

utils -- Various small utility modules.

xpath -- XPath parsing and evaluation.  Implemented by Fourthought, Inc.
s   doms   marshals   parserss   saxs   schemas   utilss   xpaths   xslti    i   i   s   0.8.1N(   s   __doc__s   __all__s   version_infos   __version__(   s   __version__s   __all__s   version_info(    (    s?   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/__init__.pys   ? s   !