xsl-list
[Top] [All Lists]

Re: [xsl] Recursive for loop & xslt 2.0

2009-06-18 06:14:09
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--