Subject: RE: <xsl:param> or <xsl:variable> question
From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
Date: Tue, 26 Aug 2003 10:47:57 -0400 (EDT)
|
On Tue, 26 Aug 2003, Kienle, Steven C [IT/0200] wrote:
>
> This sounds like a simple xsl:if with an xsl:attribute solution:
>
> <font>
> <xsl:if text="@style = 'on'">
^^^^ i'm assuming you meant "test" here :-)
> <xsl:attribute name="color">red</xsl:attribute>
> </xsl:if>
>
> <!-- produce text here -->
>
> </font>
rday
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|