RE: Conditional selection of Templates in XSL

Subject: RE: Conditional selection of Templates in XSL
From: "ciaran byrne" <ciaran.byrne@xxxxxxx>
Date: Fri, 25 Aug 2000 07:28:45 -0700
Hi Matthew,
	What did you mean by this e-mail...
it doesn't seem to have any content ???

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Matthew Bentley
Sent: Thursday, August 24, 2000 2:12 PM
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: RE: Conditional selection of Templates in XSL


You can simply do this:

> <xsl:template match="TABLE">
> 	<xsl:choose>
> 		<xsl:when test="$isFile = 'true'">

			<xsl:value-of select="." />

> 		</xsl:when>
> 		<xsl:otherwise>
> 			<!-- Here I want to output the Table with all
> 				it's child nodes such as
> <tr>,<td> etc. -->
> 		</xsl:otherwise>
> 	</xsl:choose>
> 	<xsl:apply-templates/>
> </xsl:template>
******************************************************************
Warning: This email, including any attachments,
is for the use of the intended recipient(s) only.
Republication and redissemination,
including posting to news groups or web pages,
is strictly prohibited without the express prior consent of Brooker's
Limited.
******************************************************************


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



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


Current Thread