RE: [xsl] sorting on different columns

Subject: RE: [xsl] sorting on different columns
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 8 Jan 2001 14:22:23 -0000
This very example is on page 691 et seq of XSLT Programmer's Reference. It's
done there by modifying the stylesheet before executing it, but now that
MSXML3 fully implements the XSLT 1.0 spec it could also be achieved using
stylesheet parameters.

Mike Kay

> -----Original Message-----
> From: Amit R Bhamare [mailto:amit_b@xxxxxxxx]
> Sent: 08 January 2001 13:42
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: [xsl] sorting on different columns
> 
> 
> Hi,
> My xml file has some data which I am showing as a table using XSL.
> I want to show the column headings as hyperlinks. When the 
> user clicks on 
> a particular column heading, I want the table to be sorted on 
> that column.
> I guess it can be done using xsl:param tag but do not know 
> how to do it.
> can anybody help me with an example?
> 
> Thanks & regards,
> 
> Amit
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread