xsl-list
[Top] [All Lists]

Re: What is the best way to restrict an <xsl:for-each> to a specific number of results

2003-07-30 23:59:33
On Thu, 31 Jul 2003, Armand Datema wrote:

Hi

What is the best way to restrict an <xsl:for-each> to a specific number
of results

So I have an< xsl:for each select="Article'> what is the best way to
restrict this to 25 results

<xsl:for-each select="Article[position() &lt; 26]">

Jarkko


Armand


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




****************************************************************
Jarkko Moilanen          "The box said that is needs
Researcher                Windows 95 or better... So I
jm60697(_at_)uta(_dot_)fi            installed Linux."
www.uta.fi/~jm60697
GSM: +358 50 3766 927
****************************************************************
* ITCM | Information Technology and Crisis Management
* http://www.itcm.org
****************************************************************






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>