|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] for-loop in xslt problem
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








