RE: [xsl] Initializing global variables

Subject: RE: [xsl] Initializing global variables
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 5 Jun 2002 13:11:26 +0100
> 
> I understand that the value of a variable cannot be modified 
> once it has been assigned, but is it possible to allocate a 
> global variable at the start of a stylesheet and then assign 
> it a value at a later time, such as within a named template?
> 
No, it isn't possible.

You need to stop thinking sequentially. There is no such thing as "a
later time" in XSLT.

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


Current Thread