> Jack Huynh wrote: > > Has anyone else noticed performance problems (over a minute and half) > using JDOM/DOM to build and parse a document? Sounds like you're using DOMBuilder. If so, try SAXBuilder. It's far faster. (Note the docs for the build() method warning you of this.) -jh-