Re: [xsl] sorting based on variable and limit the results

Subject: Re: [xsl] sorting based on variable and limit the results
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 22 Mar 2009 23:41:24 GMT
And the second part of question - is it possible to limit the result
to the top 10, without intermediate representation (or, just in one
XSLT script).


<xsl:if test="position() &lt; 11">
....

________________________________________________________________________
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