RE: [xsl] How to assign a value and reuse a global variable

Subject: RE: [xsl] How to assign a value and reuse a global variable
From: "jparlato" <jparlato@xxxxxxxxxxxxxx>
Date: Mon, 11 Feb 2002 17:50:06 -0500
Yes, and from what I've read from these women - wow - they are wonderful -
Jeni T., I love reading all of your
answers...  I wish I could master this as you have.


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Dennis
Daniels
Sent: Monday, February 11, 2002 2:05 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] How to assign a value and reuse a global variable


Hello Khalid
quick note: there are women on the list as well ;)
Dennis
----- Original Message -----
From: "Khalid" <k_ali@xxxxxxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, February 11, 2002 6:51 PM
Subject: [xsl] How to assign a value and reuse a global variable


> Hello Gentlmen,
> What I am trying to is this.
> At the very top level of my xsl doc I a declare an empty variable with no
values
> like this
>
> <xsl:variable name ="monday"/>
>
> now in my temlates at run time I want to assign this variable a value of
>
> <xsl:variable name = "$monday" select = "'Monday'"/>
>
> which I want to compare with some other string at run time?
> Now first of all is it possible to do?If it is then is my syntactic
approach
> is valid,and if it is then how come I don't see the value I set for monday
:-)
>
>
> Thanks for help
>
> Khalid
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


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


Current Thread