[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] grabbing chunks of preceding-siblings between tables


Subject: Re: [xsl] grabbing chunks of preceding-siblings between tables
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 4 Oct 2007 17:54:15 +0100

> Instead of looking back, why not look forward? (XSLT gurus: from what I
> understand, the following-sibling axis is much faster than the
> preceding-sibling axis, right?)

not necessarily, but on the face of it the problem sounds ripe for
for-each-group rather than using keys and generate-id which is the 
xslt 1 muenchian grouping idiom.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


Current Thread
Keywords