xsl-list
[Top] [All Lists]

RE: worng xsl:sort by numbers?

2003-04-15 03:29:19
Use type="number"

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
John Barden
Sent: 15 April 2003 10:02
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>