jython lacks working xml processing modules?
Andrew Clover
and-google at doxdesk.com
Fri Nov 21 04:47:18 EST 2003
janeaustine50 at hotmail.com (Jane Austine) wrote:
> I'm trying to parse an xml file with jython (not through java parsers
> like xerces).
If all else fails, try pxdom. It's a pure-Python DOM/parser, so it should work
with Jython, but it's not going to be fast. At all.
http://www.doxdesk.com/software/py/pxdom.html
(BTW: new version coming this weekend, to catch up with the changes in the new
DOM 3 CRs.)
--
Andrew Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/
More information about the Python-list
mailing list