I've looked through the FAQ and related pages and I didn't see anything
pertaining to performance improvements between Xalan versions. The reason
I'm looking is that I've got an old app that is running slowly using Xalan
1.01 and am considering upgrading to the latest (is 2.2D6 stable?). It
constructs a large xml document (~130K in a StringBuffer), creates a DOM out
of it, then does an XSLT transform to html. The DOM creation takes 1.5-3.5
seconds and the XSLT takes 3.5-9.5 seconds. What kind of speed improvements
should I see? Anyone have others ideas as to things I could do to speed it
up?
Thanks,
Jeff