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: how to change variable values ?




> 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

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