[
Lists Home |
Date Index |
Thread Index
]
- From: "Wang, Dapeng" <Dapeng.Wang@Dresdner-Bank.com>
- To: "Xml-Dev (E-Mail)" <xml-dev@ic.ac.uk>
- Date: Wed, 8 Sep 1999 19:04:36 +0200
Hi,
Sometimes I feel that I need to overwrite the value of a globally declared
variable. Is that possible? I think it is very pratical to save some
tipping. I just want to give the same variable different values depending on
some condition, so that I can evaluate it later.
e.g.
<xsl:if test="Cond1">
<xsl:variable name="GlobaleVariable" select="1">
</xsl:if>
<xsl:if test="Cond2">
<xsl:variable name="GlobaleVariable" select="2">
</xsl:if>
It doesn't work with xt. Nor do I find anything in the spec.
Any idea?
Thanx.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|