[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: loop?


Subject: RE: loop?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 27 Nov 2000 10:24:17 -0000

>   I dont't know how to loop, from 1 to 10 for example.

Write a named template that takes N as a parameter. The template does the
action once, then if N>1 it calls itself supplying N - 1 as the parameter
value.

Mike Kay


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



Current Thread