Subject: RE: Carrying variable value outside for-each loop
From: "sumev" <skohli@xxxxxxxxxxxxxxx>
Date: Sun, 21 Jan 2001 18:11:31 -0500
|
Give a shot -->
declare param var before template with same name ??
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of sridhar raman
Sent: Tuesday, August 21, 2001 4:31 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: Carrying variable value outside for-each loop
Hi,
I have the following xsl structure.
<xsl:for-each>
<xsl:if <condition>>
<!--set a variable value to "true"-->
</xsl:if>
</xsl:for-each>
<!--would like to use the variable value here-->
But unfortunately, the variable value becomes empty
outside the for-each scope. So what should I do to
have the variable retain its acquired value. Can I use
global variable, if so how?
Thanks,
Sri
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|