This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]