xsl-list
[Top] [All Lists]

Re: Assigning Values to Global Parameter

2003-09-23 13:40:13

"James Paul" <jpaul(_at_)quadrem(_dot_)com> wrote in message
news:F78AE312483A2A46B76BF4D2D4842A650294AB5D(_at_)qddalex01(_dot_)quadrem(_dot_)com(_dot_)(_dot_)(_dot_)
If I set up a global parameter and the value is blank, how do I assign a
value later in my mapping?

Not possible in a functional language -- by definition. An xsl:variable is
immutable -- once defined it doesn't change its value.

And if you can't is there a better way to do
the above scenario.

By using xsl:call-template or xsl:apply-templates and passing to them as
parameter the new value.


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL





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



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