Re: [xsl] xsl:variable problems: Error in XPATH Expression

Subject: Re: [xsl] xsl:variable problems: Error in XPATH Expression
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 11 Jul 2003 22:11:23 +0100
	<xsl:sort select="$sortby" order="ascending" />  <!-- ERROR HERE
-->

I think it is a bug in your XSLT system. You should be able to use a
variable there, however it woul dbe pointless, variables hold values,
not expressions, so this would use the same value as the sort key for
every item, so no sorting would occur.

David

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


Current Thread