Re: [xsl] xsl transform issue

Subject: Re: [xsl] xsl transform issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 23 Feb 2005 17:56:07 GMT
You didn't make any of the changes I indicated in my first reply.


You just need

<xsl:for-each select="win-registry-data/data">
<td>
<xsl:attribute name="bgcolor">
<xsl:choose>
<xsl:when test=".='netlogon'">green</xsl:when>
<xsl:otherwise>red</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:value-of select="."/>
</td>
</xsl:for-each>


Also, next time please use a subject line that describes your problem
(for the sake of the list archives) All messages on this list are "xsl
transform issue" 

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread