|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] numbering sorted list
I have a XML-file like this: <list> <color name="red"/> <color name="blue"/> <color name="yellow"/> </list> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








