This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Dynamic Sorting - More parametric


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]