Hyperlink in XSL

admin

Administrator
Staff member
hi,

I am converting an XML file to HTML file using XSLT. I have a table with 3 columns viz action, count, time. Once i fill the table with values, i need to sort it based on what i click. i.e. if i click on action, it should sort by action, if i click on count, it should sort by count. So how do i create hyperlink for the attributes action, count, time in XSLT and how do i monitor which attribute has been clicked so that i can sort by that attribute in XSLT? Any replies greatly appreciated.

Thanks,
anki
 
Back
Top