RE: [xsl] Dynamic Sorting - More parametric

Subject: RE: [xsl] Dynamic Sorting - More parametric
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 3 Apr 2001 11:46:11 +0100
> More parametric.
>
> I need use two or (generaly) more columnes to sort. I tented
> some ways but
> unsucessfully.
>
> Can any do that
>
If you need to go beyond the select="*[name()=$param]" solution, try the
extension function evaluate() availble in some products, e.g. Saxon, Xalan:

<xsl:sort select="xx:evaluate($param)"/>

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread