RE: numbering sorted list

Subject: RE: numbering sorted list
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Mon, 1 May 2000 11:14:20 -0700
Change ur xsl:number to <xsl:number value="position()">

Francis

 
> 
> In the generated text I want to sort and number the list like this:
> 
> color1=blue
> color2=red
> color3=yellow
> 
> I tried something like this:
> 
> <xsl:for-each select="color">
> <xsl:sort select="@name"/>
> color<xsl:number/>=<xsl:value-of select="@name"/>
> </xsl:for-each>
> 
> but in this case the number represents the original position 
> in the xml-file.
> 
> Can anyone give me a hint please?
> 
> 
> ~^~^~^~^~^~^~^~^~^~^~^~^~
> Marko Draisma
> mailto:mdraisma@xxxxxxxxxxx
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread