Re: [xsl] for-each question

Subject: Re: [xsl] for-each question
From: cutlass <cutlass@xxxxxxxxxxx>
Date: Fri, 16 Feb 2001 15:22:43 +0000


Alec Cove wrote:

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)


not explicitly,

use xsl:sort / xsl:if

or multiple transformations prior to applying your for-each.

,jim fuller


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



Current Thread