Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stylesheet does not sort (IE bug?)
Message
From
06/06/2003 07:14:03
 
 
To
04/06/2003 08:16:15
General information
Forum:
Internet
Category:
XML
Miscellaneous
Thread ID:
00796092
Message ID:
00797108
Views:
27
This message has been marked as the solution to the initial question of the thread.
>I try to create generic XML data island based table solumn sorting routine using sample from http://www.xmlpitstop.com/Default.asp?DataType=XMLEXAMPLES
>
>Unfortunately, I encountered a probable IE 6 bug .

This is not a bug in IE6. Your code is working exactly as it should. To get the result you desire replace the xsl:sort line with
<xsl:sort select="*[name()=$sortfield]" order="{$sortorder}" />
There's a more detailed explanation here :
http://www.biglist.com/lists/xsl-list/archives/200202/msg00707.html

HTH
Irene
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform