DOM4J, JDOM or Castor implementation in Python
Martin von Loewis
loewis at informatik.hu-berlin.de
Tue Oct 30 07:36:51 EST 2001
More information about the Python-list mailing list
Tue Oct 30 07:36:51 EST 2001
- Previous message (by thread): DOM4J, JDOM or Castor implementation in Python
- Next message (by thread): re.findall()-Problem ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): DOM4J, JDOM or Castor implementation in Python
- Next message (by thread): re.findall()-Problem ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list