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/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--