Subject: RE: worng xsl:sort by numbers?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 15 Apr 2003 11:29:19 +0100
|
Use type="number"
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> John Barden
> Sent: 15 April 2003 10:02
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: worng xsl:sort by numbers?
>
>
> Hi,
>
> I have a <xsl:for-each select="..."> in my xsl. I want to
> sort the elements by the number: <xsl:sort select="nr"
> order="ascending"/> But then I geht the following:
>
> Nr. Teil
> ----------
> 10 test1
> 110 test4
> 120 test5
> 250 test6
> 40 test2
> 80 test3
>
>
> But I need it like that:
>
> Nr. Teil
> ----------
> 10 test1
> 40 test2
> 80 test3
> 110 test4
> 120 test5
> 250 test6
>
> Can anyone tell my, what's wrong in my xsl:sort?
>
>
> greets
> John
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|