This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: dynamic sorting


Hi Danny,

Yes, I'm afraid you're stuck with some scripting beyond pure XSLT to do
what you want.

See for example:

http://www.siliconpublishing.com/parts.xml
and
http://www.siliconpublishing.com/parts.xsl

This example uses JavaScript and will unfortunately only run in IE6 or
IE5+ with a recent version of MSXML.

HTH,

Max
http://www.siliconpublishing.com


-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of Danny Guindi
Sent: Sunday, November 04, 2001 12:55 PM
To: 'XSL-List@lists.mulberrytech.com'
Subject: [xsl] dynamic sorting


Hi all,

I have been searching the archives for an answer to my question, and I'm
very surprised I didn't find anything.

The problem I have relates to sorting columns in a table diplayed in the
browser.  Lets say my table has the folowing columns: Name, Age, City,
Country, etc...  I want the user to be able to click on any column name
and
re-sort the results by his/her criteria.  I have been trying to figure
out
how to do this, but it seems to me that the XSL template would have to
be
created dynamically.  Can I do this kind of sorting strictly in XSL, or
do I
have to use some kind of scripting language (JavaScript, VB Script)?

Thanks in advance,

Danny 


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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]