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

RE: [xsl] Selecting Top 10


Subject: RE: [xsl] Selecting Top 10
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 6 Apr 2004 18:23:30 +0100

select="*[position() &lt; 11]

Michael Kay 

> -----Original Message-----
> From: John Hamman [mailto:John@xxxxxxxxxxxxxxxxx] 
> Sent: 06 April 2004 17:04
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Selecting Top 10
> 
> Is there a function that allows us to select the first 10 items.
> Kind of like SQL Servers Select "TOP 10"
> john


Current Thread