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

Re: [xsl] What is the best way to restrict an to a specific number of results


Subject: Re: [xsl] What is the best way to restrict an <xsl:for-each> to a specific number of results
From: Jarkko Moilanen <Jarkko.Moilanen@xxxxxx>
Date: Thu, 31 Jul 2003 09:59:33 +0300 (EEST)

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@xxxxxx            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



Current Thread