[xsl] counting loop in xslt

Subject: [xsl] counting loop in xslt
From: "Pfitzner, Jan" <Jan.Pfitzner@xxxxxx>
Date: Tue, 28 May 2002 10:13:06 +0200
Hi,
is there a possibility to implement a counting loop without using an extension in xslt??

for example:
I've a variable named number. 
And I want to do this

for (int a; a <= number;;a++){}

Jan Pfitzner

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


Current Thread