RE: [xsl] xsl:variable with hex color values

Subject: RE: [xsl] xsl:variable with hex color values
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Fri, 20 May 2005 18:40:37 +0000
the bgcolor attribute? I've tried using something like <xsl:variable name="bg" select="Black"> and then <td bgcolor = "$bg"> but it doesn't seem to work. I've tried with hex color values, which is my objective, and it didn't work either.

<xsl:variable ... select="'black'"/> <td bgcolor="{$bg}">

--A

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Current Thread