Currently, the process of getting a text string
enclosed by XML tags is rather difficult. JDOM has a
getText() method in org.jdom.Element that makes this
extremely easy. The semantics are simple: return the
CDATA value if there is one, otherwise, return "".