xsl-list
[Top] [All Lists]

Re: [xsl] grouping across a collection()

2010-12-20 10:02:52
On 20/12/2010 15:06, James Cummings wrote:
<xsl:for-each-group select="$docs//tei:l" group-by="position()">

well that's syntactically correct but since position() is a different number (starting at 1 and going up by 1) for each item in the sequence, it won't actually group anything,

what did you actually want to group on?

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. ________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--