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]

RE: dynamic font


>     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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]