[XML-SIG] PyXML for jython

Finn Bock bckfnn@worldonline.dk
Sun, 05 Aug 2001 11:10:00 GMT


I'm trying to add some support for python-xml in jython but I'm unsure
what I should include in the jython distribution.

At the moment I am considering this set of files from the latest release
of PyXML 0.6.5:

<Python>/Lib/xml/__init__.py # to allow a _xmlplus replacement

<PyXML>/xml/ns.py,
<PyXML>/xml/sax/*.py,
<PyXML>/xml/sax/**/drv_xmlproc.py,
<PyXML>/xml/sax/**/__init__.py,
<PyXML>/xml/utils/*.py,
<PyXML>/xml/dom/*.py,
<PyXML>/xml/dom/html/*.py,
<PyXML>/xml/dom/ext/*.py,
<PyXML>/xml/dom/ext/reader/__init__.py,
<PyXML>/xml/dom/ext/reader/Sax*.py,
<PyXML>/xml/parsers/__init__.py,
<PyXML>/xml/parsers/xmlproc/*.py,

Comments?

And xpath, xslt and schema? Are they pure python without any C
extensions? Are there any testsuites that covers these?

regards,
finn