jython lacks working xml processing modules?

Matej Cepl mcepl at redhat.com
Wed Jul 18 04:09:13 EDT 2012


On 18/07/12 05:12, gaodexiaozheng at gmail.com wrote:
> However,there is one project implemented by Python used PyXML and now
> my Jython project has to depend on it ,so I am afraid that if Jython
> doesn't support PyXML,then my jython project can not depend on the
> original Python project ,then my jython project maybe can not move on
> unless I find another project to take place of the original Python
> project.

I think, if possible, such project should switch out of PyXML anyway. If 
you make them nice patch to port them to standard ElementTree (and as a 
side-effect make the project working with Jython), they will like you. I 
guess.

Matěj



More information about the Python-list mailing list