Re: [xsl] Slow Transformation

Subject: Re: [xsl] Slow Transformation
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 19 Nov 2008 13:00:16 +0100
Eugene Bernard wrote:

Note : using java version "1.6.0_04" and saxon9


  <xsl:key name="c-code" match="item" use="ccode" />
  <xsl:key name="d-due" match="item" use="due" />

You seem to use Muenchian grouping although you have an XSLT 2.0 processor with Saxon 9. So you could try to use xsl:for-each-group instead and test whether that performs better:
http://www.saxonica.com/documentation/xsl-elements/for-each-group.html


--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread