[xsl] cannot assign val to sort key

Subject: [xsl] cannot assign val to sort key
From: alex <shortestpath@xxxxxxxxx>
Date: Fri, 8 Feb 2002 11:20:19 -0800 (PST)
>From an asp page I pass values for sort key and sort
order into variables in my xsl:

  <xsl:variable name="sortKey"   />
  <xsl:variable name="sortOrder" />

I know this part works b/c I've printed out their 
values. But I can't seem to assign assign the values
of these variables to my <xsl:sort>. Here's what I'm
doing:

<xsl:sort select="$sortKey" order="{$sortOrder}" />

$sortKey is the variable name, but it doesn't get 
picked up... what am I diong wrong?

thanks in advance,
-alex

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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


Current Thread