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: How does xsl:if work?


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

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