[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: order-by ... numbers


Subject: RE: order-by ... numbers
From: "Daniel Mettler (2sic Internet Solutions)" <news-programming@xxxxxxx>
Date: Mon, 24 Jul 2000 21:51:03 +0200

Hi lopi

Use order-by"number(@punteggio)".

Gruz

	Daniel Mettler


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Claudio Lo Piccolo
Sent: Monday, July 24, 2000 7:34 PM
To: XSL-List@xxxxxxxxxxxxxxxx
Subject: order-by ... numbers


Hi, the xsl below:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
...
<xsl:for-each select="parade/personaggio" order-by="@punteggio">
...
</xsl:for-each>
...
</xsl:template>
</xsl:stylesheet>

seems to sort items alphabetically, instead of numerically, as desired (say
14 stays before 2)

here is the xml:
<parade>
<personaggio punteggio="14">
...
</personaggio>
<personaggio punteggio="2">
...
</personaggio>
...
</parade>

Can somebody help me, please?

Bye, lopi


___________________________________________________
Se vuoi un indirizzo di posta elettronica gratuito,
iscriviti a http://www.katamail.com


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


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



Current Thread
Keywords
xsl