XML Question

windows

Guest
I was wondering if anyone knew of a way (or if anyone is sure that there is not a way) to pass values to an xslt stylesheet much like other server side languages.

My situation is that I display a table of data, with headings and whatnot. So, on the first time in the page, the order-by in the for-each select in my stylesheet orders by Name (in ascending order). Well, I want to be able to hyperlink all of the headings so that when one of the headings is clicked, the same page linked to the same stylesheet will be called, but order by that title heading (say like height, weight, etc...).

I can do it with perl or php without a problem, but I want to try to do this with pure xml and xsl.

Thanks for suggestions.

Ken
 
Top