As you both suspected, the performance difference is related to the
stylesheet transformation. We have now found the origin: It was a
<xsl:for-each> with a "//..." selector. When we change it to something
better (in our case /*/... was the better expression) the performance of the
jdk xalan and the one shipped with fop was the same.

Peter




--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Drastic-Performance-Improvement-by-dropping-xerces-and-xalan-tp40586p40651.html
Sent from the FOP - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to