RE: [xsl] Sort and Param Problem

Subject: RE: [xsl] Sort and Param Problem
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 16 Jan 2003 19:29:27 -0000
> 
> I am trying to use a param in a xsl:sort,
> 
> The following works:
> 
> <xsl:sort lang="C" select="*[name()=$SortBy]">
> 
> For values of $SortBy like, SortTile or Year.  But, if I want 
> to use Data/nextLevel, it fails.
> 
> Is there some way to accomplish this?
> 

only the xx:evaluate() extension function, or techniques involving
modification of the stylesheet before it's executed.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread