Subject: RE: Re: Reference to variable cannot be resolved.
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 17 Feb 2003 08:56:06 -0000
|
> Hi.
> Bu then how the compiler knows wish variable is the right one?
> i. e.,
> if I have:
> <xsl:variable name="x" select="1"/>
> <xsl:variable name="x" select="2"/>
>
> when I do:
> <xsl:value-of select="$x"/>
>
> what will appear? 1 or 2?
>
2. The first variable is not in scope, because it is shadowed by the
second variable.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|