> I am trying to build a DOM tree using JDOM's DOMbuilder That's never gonna work. DOMBuilder is used to build a JDOM document *from* a DOM. That's the opposite of what you say you want. Yeah, with that name I can see how you might think otherwise but builders build JDOM docs and a DOMBuilder builds from DOM. -jh-