RE: How does xsl:if work?

Subject: RE: How does xsl:if work?
From: John.Barnhart@xxxxxxxxxxxxxxxxxx
Date: Fri, 2 Jun 2000 15:23:37 -0500
We use a similar method to display portions of a report that are dependent
to certain attributes.

The code below works with msxml, I can't speak to the others . . .

<xsl:if test="projects[@team = 'All']">
	<td class = "th">Team</td>
</xsl:if>


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


Current Thread