xsl-list
[Top] [All Lists]

worng xsl:sort by numbers?

2003-04-15 02:01:43
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



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