[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Problem setting variable in if statement

Subject: RE: Problem setting variable in if statement
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 2 Feb 2004 20:26:26 -0000
xsl variable color
> > 
> > I am very new to xsl/xslt and have a basic problem.  I am
> > setting a style sheet color based on a condition. I'd like 
> > the color to be a variable value, like <xsl:variable 
> > name="statColor" select="#33cc33"> and set this variable in 
> > the if/choose condtion. Then recall it like <span 
> > style="color:{$statColor}"><xsl:value-of select="status"></span>
> >

Sorry, my solution didn't put the value in a variable, but it's easily
modified so it does: 
> 
> <xsl:template match="status[.='undelivered']" 
> mode="color">#ff0000</xsl:template>
> <xsl:template match="status[.='inprogress']" 
> mode="color">#33cc33</xsl:template>
> <xsl:template match="status[.='delivered']" 
> mode="color">#33cc33</xsl:template>
> <xsl:template match="status[.='escalated']" 
> mode="color">#33cc33</xsl:template>
> 
>   <xsl:variable name="style">
>     <xsl:text>color:</xsl:text>
>     <xsl:apply-templates select="status" mode="color"/>
>   </xsl:variable>
> 
> Michael Kay
> 
> 


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.