xsl-list
[Top] [All Lists]

RE: using global variables in templates

2002-09-12 01:58:48
Hi Peter
I want to store a value in a global variable each time a template is
executed. I need this value when the template is executed the 
next time. Is
there a way to do this.

        You're essentially asking if you can reassign variable values
in xslt and the answer to that is no. Variables in xslt are set once
and that's it.

        On the other hand, there's bound to be an xslt way of doing
what you want, perhaps using recursion. What is it you want to do?

TOm

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



<Prev in Thread] Current Thread [Next in Thread>