[jdom-interest] JDOM within ATG enviroment

Jason Hunter jhunter at collab.net
Wed Jan 17 20:28:20 PST 2001


> 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-



More information about the jdom-interest mailing list