> So, my question is, is there a way to get the original DOM node or > element from a JDOM element? There's no "original DOM node" for a JDOM element, but you can use JDOM to translate back and forth to DOM using DOMOutputter and DOMBuilder. -jh-