Re: how to change variable values ?

Subject: Re: how to change variable values ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 19 Jul 2000 13:42:11 GMT

> a side-effects free language (i.e.
> without the ability to change the value of variables once the stylesheet has
> gone through the parser) 

a small clarification, xsl variables are not "compile time constants"
they do not get their values at compile/parse time, as normally they get
their values at the time a template is applied to a node in the source
tree, at run time. But once bound, their value doesn't change, and the
scope of the binding does not extend beyond the current template.

David


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


Current Thread