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();