This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cannot assign val to sort key


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]