|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] numbering, Michael Kay | Thread | Re: [xsl] numbering, Dionisio Ruiz de Zár |
| RE: [xsl] numbering, Michael Kay | Date | Re: [xsl] numbering, Dionisio Ruiz de Zár |
| Month |