Re: [xsl] Could I set an attribute to <xsl:sort> ?

Subject: Re: [xsl] Could I set an attribute to <xsl:sort> ?
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 04 Jun 2003 18:19:26 +0200
Martin Grigorov wrote:

Is there any way to set an attribute in <xsl:sort /> ?
I mean : <xsl:sort select="/some/where" order="$ord"/>
where $ord is global parameter.

<xsl:sort select="/some/where" order="{$ord}"/>


--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel


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



Current Thread