|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] value of variable inside , Rick Taylor | Thread | RE: [xsl] value of variable inside , Dunning, John |
| RE: [xsl] background-image question, Koes, Derrick | Date | Re: [xsl] background-image question, J.Pietschmann |
| Month |