[xsl] for-loop in xslt problem

Subject: [xsl] for-loop in xslt problem
From: Frankie Roberto <public@xxxxxxxxxxxxxxxxxx>
Date: Sat, 5 Apr 2003 02:55:43 +0100
Hi,

I'm having problems trying to implement a 'for' loop in xslt - I haven't
seen any syntax so far that can cope with this (and my book doesn't go into
it).

To explain, my XML looks something like:

<total>45</total>
<skip>20</skip>


The PHP script I am converting would do something like this:

for ($count = 0; $count<=$total; ($count = $count + $skip)) {

echo("Print this");

}

..looping $total/$skip times plus once for the remainder.

But I can't see any way of doing this in xslt so far...

Ta.

Frankie


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


Current Thread