[xsl] for-each question

Subject: [xsl] for-each question
From: Alec Cove <covea@xxxxxxx>
Date: Fri, 16 Feb 2001 10:03:01 -0500
Is there a way to specify how xsl:for-each iterates?

 For example to have it loop by two in the style of:
for (int i  =  0; i  < 20; i += 2)


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


Current Thread