Subject: dinamic sorting question
From: "Aniceto Lopez" <aniceto@xxxxxxxxxxxxx>
Date: Fri, 13 Dec 2002 12:24:43 +0100
|
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
|