RE: Repeating something "n" times.

Subject: RE: Repeating something "n" times.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 7 Nov 2000 15:24:55 -0000
> given a number how do I generate a node set with that many elements?

You write a named template that takes "n" as a parameter, generates one
element, and then calls itself to generate the remaining "n - 1".

Mike Kay


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


Current Thread