Subject: Re: Wish List: Allow <xsl:choose> within <xsl:call-template>
From: "Clark C. Evans" <clark.evans@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Nov 1999 18:48:39 -0500 (EST)
|
On Fri, 12 Nov 1999, Nikolai Grigoriev wrote:
> <xsl:variable name="par_one">
> <xsl:choose>
> <xsl:when test="$one">
> <xsl:value-of select="$one"/>
> </xsl:when>
> <xsl:when test="$done" >
> <xsl:value-of select="$done"/>
> </xsl:when>
> </xsl:choose>
> </xsl:variable>
This does not work (for me) beacuse you
cannot assign the variable to a node-set.
Thanks for the thought though!
Clark
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|