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: XSL Global Variable



>  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

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