Re: [xsl] N input nodes to specific number of ouput nodes

Subject: Re: [xsl] N input nodes to specific number of ouput nodes
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 22 Oct 2008 18:58:48 +0200
Bordeman, Chris wrote:
How?  The for-each loop works on the input set which never gets as high
as 10 if there aren't enough items in the input set.

Have you seen Andrew's suggestion to use <xsl:for-each select="1 to 10"> with XSLT 2.0?


--


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

Current Thread