[jdom-interest] xslt -> jdom; what's fastest
David Kavanagh
dak at dotech.com
Fri Aug 30 12:34:03 PDT 2002
I'm looking around and can't find the answer. Logicly, the JDOMResult
thrown into the transformer should give me the fastest results from a
transform of XML code (using XSLT). In reality, it can be very slow! I'm
not sure, but I think it is just JDOM, not the fact that it gets the
data from xalan. I also see performance problems with the XMLOutputter.
The XML file I'm dealing with is about 100K in size. Even when I read it
in using the SAXBuilder, it takes a few seconds. I'm using the crimson
parser and xalan built into JDK1.4.0. Any ideas?
David
More information about the jdom-interest
mailing list