Subject: Re: How to change the value of a variable?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 25 Oct 1999 11:49:43 +0100 (BST)
|
> Is it possible in xsl to change the value of a variable?
No.
You can bind a different value to new variable with the same name in a
different scope, but that isn't quite the same thing. XSL, in common with
many functional languages, doesn't allow side effects and these include
changing the values of bindings.
> By what code may i replace the comment?
If you said what you _really_ wanted to do (ie what effect you wanted to
achieve) then no doubt someone could help.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|