Re: Could I set an attribute to <xsl:sort> ?2003-06-04 09:19:26Martin 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
|
|
||||||||||||||||