RE: [xsl] Passing local variable from one template to another

Subject: RE: [xsl] Passing local variable from one template to another
From: "Oleg Tkachenko" <ost@xxxxxxxxxxxxxxxxx>
Date: Tue, 24 Jul 2001 22:41:47 +0200
Hello Alex !

>      <xsl:with-param name="XYZ" select="$XYZ" >
>      </xsl:with-param>

You have to declare variable $XYZ by <xsl:variable> or <xsl:param> instruction before referencing it. 

---
Oleg Tkachenko,
Multiconn International 


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


Current Thread