Re: [xsl] value of variable inside a condition doesn't work?

Subject: Re: [xsl] value of variable inside a condition doesn't work?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 28 Jan 2003 22:42:20 GMT
the scope of a variable binding is its containing element so
in your case your variable definitions ae local to the 
xsl:if



you want
    <xsl:variable name="stadt" select="city[$lang=2]"/>
or some other construction that leaves the variable in scope at
the point it is used.

David

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


Current Thread