[xsl] variable as select for template

Subject: [xsl] variable as select for template
From: Dmitri Ilyin <dmitri.ilyin@xxxxxxxxx>
Date: Wed, 19 Sep 2001 16:01:34 +0200
Hi *,

I'd like to use
xsl:variable in xsl:apply-templates select="" statement.

eg
create variable with node()

<xsl:variable name="var1">
  <xsl:value-of select="select some node here"/>
</xsl:variable>

use it in 
<xsl:apply-templates mode="some_template" select ="$var1"/>

Is it posible??? 

thanks

Dmitri

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


Current Thread