is there a JDOM like library?

David david.perkinson at adtran.com
Wed Aug 1 18:12:40 EDT 2001


Is there a DOM/XML GPL'd library for Python that is as easy to use as JDOM?
Element root = doc.getRootElement();
Element child = root.getChild("foo");
String text = child.getText();






More information about the Python-list mailing list