Subject: xsl:variable within xsl:choose. Why doesn't that work? And what does?
From: Rene de Vries <RdVries@xxxxxxxxxxx>
Date: Thu, 17 May 2001 13:15:41 +0200
|
Hi XSL-ers,
Why doesn't this work and what can I do about it?
(I know I can use xsl:value-of instead of the xsl:variable, but I need de aVar later)
<xsl:choose>
<xsl:when test="do a test">
<xsl:variable name="aVar" select="when var"/>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="aVar" select="otherwise var"/>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="$aVar"/>
Greetings Rene
{ @ @ }
^
\__/
"You don't need eyes to see, you need vision!"
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|