XT Bug? Re: Wish List: Allow <xsl:choose> within <xsl:call-template>

Subject: XT Bug? Re: Wish List: Allow <xsl:choose> within <xsl:call-template>
From: "Clark C. Evans" <clark.evans@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Nov 1999 14:58:52 -0500 (EST)
On Thu, 11 Nov 1999, Nikita Ogievetsky wrote:
> <xsl:choose>
>     <xsl:when test="$one">
>         <xsl:variable name="par_one" select="$one"/>
>     </xsl:when>
>     <xsl:when test="$done" >
>         <xsl:variable name="par_one" select="$done"/>
>     </xsl:when>
> </xsl:choose>
>       ...
> <xsl:call-template name="base-function">
>     <xsl:with-param name="one" select="$par_one" />
> </xsl:call-template>

Yes.  This is logically equivalent to what I was doing,
however, xt does not allow this -- should it?

Clark


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread