[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] or question


Subject: RE: [xsl] <xsl:param> or <xsl:variable> question
From: "Kienle, Steven C [IT/0200]" <steven.c.kienle@xxxxxxxxxxxxx>
Date: Tue, 26 Aug 2003 10:55:57 -0500

Yes.  That's what I get for writing it up without testing....

-----Original Message-----
From: Robert P. J. Day [mailto:rpjday@xxxxxxxxxxxxxx]
Sent: Tuesday, August 26, 2003 10:48 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] <xsl:param> or <xsl:variable> question


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

This communication is intended solely for the use of the addressee and may
contain information that is legally privileged, confidential or exempt from
disclosure.  If you are not the intended recipient, please note that any 
dissemination, distribution, or copying of this communication is strictly 
prohibited.  Anyone who receives this message in error should notify the 
sender immediately and delete it from his or her computer.


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



Current Thread