Re: [xsl] for-eaching for specified number of times

Subject: Re: [xsl] for-eaching for specified number of times
From: Jeff Kenton <jkenton@xxxxxxxxxxxxx>
Date: Wed, 21 Jan 2004 15:15:44 -0500
Mark Williams wrote:
Hi,

Is there a way of terminating a for-each loop after it has reached a
specified number of iterations.

In XSLT 2.0, you can: <xsl:for-each select="(1 to 100)" > ...




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


Current Thread