Re: [xsl] numbering

Subject: Re: [xsl] numbering
From: Josh Canfield <joshcanfield@xxxxxxxxx>
Date: Tue, 24 Aug 2004 16:28:45 -0700
Something like :
    <xsl:number count="node"/><xsl:value-of select="nodename"/>
Here is a resource where you can read more:
http://www.w3schools.com/xsl/el_number.asp

Hope that helps,
Josh

On Wed, 25 Aug 2004 00:33:52 +0200, Dionisio Ruiz de Zarate
<dionisio@xxxxxxxxxxxxx> wrote:
> hello
> i load the data from one xml file for showing into onw html page with:
> <xsl:for-each select="node">
> <xsl:value-of select="nodename"/>
> </xsl:for-each>
>
> but i want to show the data with one number:
> 1.- text
> 2.- text
> 3.- text
>
> how can i put this number for each nodename (<xsl:value-of
> select="nodename"/>)
>
> can anybody helps me?
> thanks

Current Thread