DOM4J, JDOM or Castor implementation in Python

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Oct 30 07:36:51 EST 2001


Firestar <theebh at yahoo.com> writes:

> Just curious: are there any similar implementation for
> Java XML tools such as DOM4J, JDOM or Castor
> data-binding for Python? 

I'm not aware of Java XML tools for Python, but I normally find the
Python XML tools for Python to be sufficient. Most prominently,
xml.dom.minidom is part of the standard library. If that is not
sufficient, please have a look at pyxml.sf.net.

Regards,
Martin




More information about the Python-list mailing list