Re: [xsl] xsl transform issue

Subject: Re: [xsl] xsl transform issue
From: dan sherman <h8_bsod@xxxxxxxxx>
Date: Wed, 23 Feb 2005 12:14:44 -0800 (PST)
Thanks for your input, sorry about the vague name,
anyway why would the value of select . output this to 
me? Why does it give me this piece?
NullSessionPipestrueREG_MULTI_SZ 

Thanks again


	NullSessionPipestrueREG_MULTI_SZ COMNAP COMNODE
SQL\QUERY SPOOLSS netlogon lsarpc samr browser


--- David Carlisle <davidc@xxxxxxxxx> wrote:

> 
> 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
>
________________________________________________________________________
> 
> 



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

Current Thread