Re: Global Variables referencing each other

Subject: Re: Global Variables referencing each other
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Thu, 9 Nov 2000 10:26:35 +0000
Steve,

> 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.

They should.  If you're having this problem with Xalan 1.2, it's a
known bug as reported here yesterday.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Current Thread