This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: for-each question




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]