xsl-list
[Top] [All Lists]

dinamic sorting question

2002-12-13 04:24:43
Hi, dinamic sorting question
after visiting dpawsosn's XSLT Questions and Jeni Tennison web
I've found this solution to decide via variables how to sort:

<xsl:sort select="*[name()=$elemento]" data-type="{$tipo}" order="{$orden}"
/>

but it's not working, mabe the cause is transforming with Xerces2 Java
Parser 2.2.1?

thanks in advance
Ani Lopez


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



<Prev in Thread] Current Thread [Next in Thread>