Subject: RE: XSL Global Variable
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Thu, 27 Apr 2000 14:51:11 +0100
|
> Suppose I have defined a variable at the ROOT
> of the XSL document , how can I access that
> variable and change its value?
>
><xsl:stylesheet ....
> <xsl:variable name="gvar">0</xsl:variable>
>
>
You access it via $gvar
You ... don't change it.
Its not 'variable' in that sense.
Try to think of them in terms of 'constants'.
That worked for me.
Regards DaveP
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|