[xsl] Dynamic sort fx

Subject: [xsl] Dynamic sort fx
From: "Dhunta, Vikram \(GE, Corporate\)" <vikram.dhunta@xxxxxx>
Date: Thu, 16 Nov 2006 20:43:23 +0530
Hi

I'd like to know if there's a way to sort the xml dynamically. I have an
xsl that outputs the xml in a tabular format, and sorts it by one of the
columns. I would like the user to be able to click on any column header
and then the table should sort by that column. (ie somehow manipulate
the xsl:sort select parameter dynamically?)

I can't use javasript to transform my xml, since I can't upload any html
page to the server - only an xsl (tool restriction).

So is there a way to do it from just within the xsl?

Thanks in advance
Vikram

Current Thread