[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XSL - Variable Assignment
- From: Thushara Perera <thusharap@eurocenter.lk>
- To: "XML-DEV (E-mail)" <xml-dev@lists.xml.org>,"XSL News Group (E-mail)" <XSL-List@lists.mulberrytech.com>
- Date: Mon, 30 Apr 2001 15:54:18 +0600
Hi
Can someone please
tell me how to assign a value to a variable in XSL ?
I have defined the
variable as below:
<xsl:variable name="foundFlag"
select="'Yes'"/>
and later on I want
to CHANGE the value of this variable to 'NO'.
How can I do that,
PLEASE ?
Thanks a
lot
Thushara