RE: [xsl] xsl:sort - sorting according to user selection

Subject: RE: [xsl] xsl:sort - sorting according to user selection
From: Bryan Tulloch <b.tulloch@xxxxxxxxxxxxx>
Date: Tue, 29 May 2001 14:07:02 +0100
Chris,

I am not using a single fixed XML file - the XML is being streamed to me,
and I decide what XML comes to me by specifying name / value parameters in
an HTML form. Your tutorial employs an XML file...

Bryan

-----Original Message-----
From: Chris Bayes [mailto:Chris@xxxxxxxxxxx]
Sent: Tuesday, May 29, 2001 1:13 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] xsl:sort - sorting according to user selection


Btyan,
http://www.bayes.co.uk/xml/index.xml?/xml/tutorial/filtering/filter.xml

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml

>I have the following problem.
>I have an xsl file that displays a table. I want each column heading in the
>table to generate a sort ie if the user clicks on heading 1, the data for
>the whole table will be sorted according to column 1, if heading 2 then the
>whole table is sorted according to column 2 etc.
>Obviously, I could do this by having each column linked to its own xsl file
>which would perform the sort. However, rather than using multiple
>xsl files,
>I would like to do it by using my single xsl file and getting it to call
>itself (when a heading is clicked) and to use some kind of parameter that
>will tell it how to do the sort.
>Any ideas?
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 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