xsl-list
[Top] [All Lists]

RE: dinamic sorting question

2002-12-13 06:57:14
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?

The cause is almost certainly in your own code, but we would need to see
more of it to help you.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



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