This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]