Re: [xsl] Processing based on number - alternatives to recursion?

Subject: Re: [xsl] Processing based on number - alternatives to recursion?
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 04 Mar 2008 17:18:42 +0100
Michael Ludwig wrote:

Is there anything like that in XSL 1.0 or 2.0?

With XSLT/XPath 2.0 you can use e.g. <xsl:for-each select="1 to 10"> as 1 to 10 creates the sequence (1, 2, 3, 4, 5, 6, 7, 8, 9, 10).




--


	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread