[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] dynamic font
Subject: RE: [xsl] dynamic font
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 25 Jan 2001 11:15:00 -0000
|
> I want to dynamically set the font of xml value within xsl.
> I mean, I want to set xxx dynamically <font color="xxx">, how is this
> possible ?
<font color="{$color}">
Look in the documentation for "attribute value templates".
Or you can use <xsl:attribute>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|