Re: [xsl] Creating a number new nodes in a tree based upon a numeric value

Subject: Re: [xsl] Creating a number new nodes in a tree based upon a numeric value
From: Harald.Weyhing@xxxxxxxxxxxxxxxxx (Harald Weyhing)
Date: Tue, 09 Jan 2001 08:41:29 +0100
hi robert,

as i understand you need some looping like for example in C/C++. within XSLT
you can use a recursive type of loop that acts like a for-loop the way dimitre
just told you some minutes ago - here is an example:

if you want to repeat your code to create elements 5 times you call this from
somewhere that way:

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


Current Thread