Hi,

I am trying to sort data from an XMLfile, but the user needs to select the sort type from a dropdown list. Is this possible?

eg in this XML file I would want a dropdown list where it can be sorted via Title, Author, Number.

<xsl:sort select="bookaut hor"/> will only do one element.
Can "select = " be a variable based on the selection of the dropdown list

...