xsl-list
[Top] [All Lists]

RE: xsl:variable with hex color values

2005-05-20 11:40:37

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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--