Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stylesheet does not sort (IE bug?)
Message
De
06/06/2003 07:14:03
 
 
À
04/06/2003 08:16:15
Information générale
Forum:
Internet
Catégorie:
XML
Divers
Thread ID:
00796092
Message ID:
00797108
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform