Hi. In org.w3c.dom, we have Text nodes. What replaces that in JDOM? Element.getText() is not exactly the same: for elements that contain other elements, the getText() method returns a long string of whitespace characters, which is usually not what you want. - Noam.