RE: [xsl] Can one <xsl:choose> <xsl:output>?

Subject: RE: [xsl] Can one <xsl:choose> <xsl:output>?
From: "Tim Watts" <timw@xxxxxxx>
Date: Tue, 8 May 2001 11:06:54 +1000
oops- not select!

I mean 
<xsl:variable name="dtdname">TableData.dtd</xsl:variable>

-----Original Message-----
From: Tim Watts
Sent: Tuesday, 8 May 2001 10:53 AM
Subject: RE: [xsl] Can one <xsl:choose> <xsl:output>?

<xsl:choose>
<xsl:when test="response[@TYPE='Table']">
    <xsl:variable name="dtdname" select="TableData.dtd" />
</xsl:when>
<xsl:otherwise>
    <xsl:variable name="dtdname" select="ChartData.dtd" />
</xsl:otherwise>
</xsl:choose>

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


Current Thread