We have an XSLT that makes ****extensive**** use of Java Extension Function
During benchmarking, the XSLT performs at the same speed in single thread mode running under 2.5.1 or 2.7.0. In multi threaded mode, when multiple threads run concurrently by creating a Transformer object from a previously created Templates(), the performance degrades 10X or more in Xalan 2.7.0 compared to 2.5.1 I was wondering if there were extensive changes in the Extension Function implementation in 2.7.0 compared to 2.5.1? Thanks in advance Toadie