stupotthesecond
Technical User
I have XML data that I want to display as an HTML table. In my XSL code I'm using a 'for-each' tag associated with a 'sort' tag to retrieve the data.
How I can I make it possible to dynamically change the value of the 'sort' tag 'select' value ? What I mean is that I want the user to be able to have the HTML table sorted by either 'name', 'date', etc...
Is there any way of using multipe XSL files to do this ?
Or maybe there exists something better...
How I can I make it possible to dynamically change the value of the 'sort' tag 'select' value ? What I mean is that I want the user to be able to have the HTML table sorted by either 'name', 'date', etc...
Is there any way of using multipe XSL files to do this ?
Or maybe there exists something better...