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

Re: Highlighting

Subject: Re: Highlighting
From: "Mark Williams" <mark@xxxxxxxxxxx>
Date: Tue, 11 May 2004 17:49:18 +0100
xsl highlighting
Thanks Kenny.

Generated output is PDF & HTML.

Cheers,

Mark

----- Original Message ----- 
From: "Kenny Akridge" <kenny@xxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, May 11, 2004 5:24 PM
Subject: RE:  Highlighting


> If you mean in generated HTML, then you could just use CSS or JavaScript.
>
> Like this:
>
> <tr>
> <xsl:attribute name="style">
> <xsl:text>background-color: </xsl:text>
> <xsl:choose>
> <xsl:when test="$count mod 2 = 0">
>
> <xsl:text>#FFFFFF;</xsl:text>
> </xsl:when>
> <xsl:otherwise>
>
> <xsl:text>#E7EEFF;</xsl:text>
> </xsl:otherwise>
> </xsl:choose>
> </xsl:attribute>
> <td>blah</td>
> </tr>
>
> -----Original Message-----
> From: Mark Williams [mailto:mark@xxxxxxxxxxx]
> Sent: Tuesday, May 11, 2004 12:17 PM
> To: XSL-List
> Subject:  Highlighting
>
> Hi,
>
> Can anyone point me in the right direction as to how I would add
> highlighting (ie a background colour) to parts of text in an xsl template.
>
> TIA
>
> Mark Williams

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.