xsl-list
[Top] [All Lists]

RE: Selecting Top 10

2004-04-06 10:23:30
select="*[position() < 11]

Michael Kay 

-----Original Message-----
From: John Hamman [mailto:John(_at_)iThinkdesigns(_dot_)com] 
Sent: 06 April 2004 17:04
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


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