I have some data which i output in a for-each loop in xslt. I have paging working on the list, but not the sort selector.
The user should be able to sort on 2 values (created data, and a number field on each item). The default sort method is the create date, but when the user clicks "Sort by number" the list should instead order by a number value.
But the does not seem to accept a varialbe ($mySort) in the select statement - any ideas as to how i would go about this?