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]
Other format: [Raw text]

RE: How to use a variable for bgcolor?


Try

<xsl:variable name="colr" select="'#FFCCCC'" />

OR

<xsl:variable name="colr" select="string('#FFCCC')" />

-----Original Message-----
From: Bill Thoen [mailto:bthoen@gisnet.com]
Sent: Wednesday, June 26, 2002 3:48 PM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] How to use a variable for bgcolor?


How can I use an XSLT variable to be used as background color in
an html table? The '#' in the color definition is giving me fits.
For example, if I define a variable like so:

<xsl:variable name="colr" select="#FFCCCC"/>

and then try to use it like so:

<td bgcolor="{$colr}">

I get an error complaining about the '#' character. How can I
define bgcolors as variables or am I going about it all wrong?
(I'm pretty new to XSLT.)

TIA,
- Bill THoen

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 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]