Re: [xsl] Recursive for loop & xslt 2.0

Subject: Re: [xsl] Recursive for loop & xslt 2.0
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 18 Jun 2009 12:13:42 +0200
Israel Viente wrote:
But how can I use the index in the loop to write :
<br><b>1.</b>Hello world!
<br><b>2.</b>Hello world!
      ...
<br><b>10.</b>Hello world!

<xsl:for-each select="1 to 10">

<br/><b><xsl:value-of select="."/></b>Hello Word!


</xsl:for-each>


--

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread