This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Global Variables referencing each other


Yes they are.
Are you using XalanJ 1.2, it has this exact bug.  A fix will be out shortly,
but for now a bypass is to order your variable in the oposite order.
This is a bug that appeared in this version of xalan due to reversing the
order of global variable evaluation, the fact that human xsl writer tend to
define the variables in the order they use it hid a deeper bug which is that
the ordering of global variable should not have any effect. I believe that
they compeletely rethought the way global variables are evaluated.
Benoit
----- Original Message -----
From: "Steve Brown" <prospect@flex.com.au>
To: <xsl-list@mulberrytech.com>
Sent: Thursday, November 09, 2000 8:02 AM
Subject: Global Variables referencing each other


> Should variables defined globally be able to refer to each other? eg
>
> <xsl:variable name="a">1</xsl:variable>
> <xsl:variable name="b">2</xsl:variable>
> <xsl:variable name="c"><xsl:value-of select="$a + $b"/></xsl:variable>
>
> Im getting a variable out of scope error for a situation like the one
above.
>
> Thanks,
>
> Steve.
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]