Click here to Skip to main content
15,885,908 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a xml file that is tranformed into html table with xslt.
The user invokes the html page that contains the javascript to do the transformation.

_______________________________________
Number | RunIndex| DesignIndex
_______________________________________

------populated table contents-------------


This output is rendered via the XSLT tranformation.
Now how can I sort the contents of the table based on the clicks to the column names. i.e. If I click on Number the table's data has to be sorted based on number.

Michael Kay's post points out that transformation has to be explicit via a html page invocation.

Kindly share your views and suggest a possible alternative, if it is possible.
Posted
Updated 17-Jan-11 3:57am
v2
Comments
HimanshuJoshi 17-Jan-11 9:57am    
Edited for readability

1 solution

A Google search on "table sort" or "table sort xml" brings up many HTML sort options some of which use an external XML source.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900