Clay Leeds wrote:
You don't need to read further (move along folks, there's nothing
interesting to see here), but as I understand it, an xsl:variable must
be defined at the top of an xsl:template
That's about , can be defined anywhere except top
level.
it dynamicallyUnder certain conditio
Howdy,
Forgive my 'newbie' answer, but it seems like what you're trying to do
would be better suited to xsl:param than xsl:variable. Why not try using an
xsl:param instead?
You don't need to read further (move along folks, there's nothing
interesting to see here), but as I understand it, an xsl
Title: RE: xsl variables
NO!!!
Variables are SAFE in XSLT. You can't change de value of a variable which is out of the scope of your current template block.
BTW... Your question is a very newbie one :-)
-Original Message-
From: MARTIN Franck [mailto:[EMAIL PROTECTED]]
Sent: Tu
MARTIN Franck wrote:
Is there a way to change the value of a global xsl variable?
No way as in any functional language.
is it possible to declare a vraiable at some location in the stylesheet and
affect it a value at some other location?
No, it's not.
Usually that means that you are not understandi
Is there a way to change the value of a global xsl variable?
is it possible to declare a vraiable at some location in the stylesheet and
affect it a value at some other location?
Thanks!
-
To unsubscribe, e-mail: [EMAIL PROTECTE