[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: [XSLT] Hyperlink Sort by Heading

Subject: RE: [XSLT] Hyperlink Sort by Heading
From: Bagchi Ratul <bratul@xxxxxxxx>
Date: Wed, 6 Mar 2002 10:01:41 +0100
sort getnameditem
I have done this.Load the XML from any scripting language and then locate
the xsl:sort node and then set the value of the select field to the one you
want.
Using ASP the code could be
dim oXMLDoc
dim oNode
set oXMLDoc=server.createobject("MSXML2.DOMDOCUMENT")
oXMLDoc.load(give the path of your xsl here)
set oNode=oXMLDoc.selectSingleNode("//xsl:sort")
oNode.attributes.getNamedItem("select").text="give the value of the node
according to which you want to sort"

-----Original Message-----
From: Ragan, Mitch [mailto:mitch.ragan@xxxxxxxxxx]
Sent: Wednesday, March 06, 2002 10:59 AM
To: Xsl-List (E-mail)
Subject:  [XSLT] Hyperlink Sort by Heading


Is there any way to have a column Heading in an XSLT, when clicked on with
the mouse,  sort that column of data 
then reverse the sort when click on again?






 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.