Subject: Re: Highlighting
From: "Mark Williams" <mark@xxxxxxxxxxx>
Date: Tue, 11 May 2004 17:48:36 +0100
|
Thanks Andreas. Unfortunately, it was FOP I was thinking of!
Cheers,
Mark
----- Original Message -----
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, May 11, 2004 5:28 PM
Subject: RE: Highlighting
> > -----Original Message-----
> > From: Mark Williams [mailto:mark@xxxxxxxxxxx]
> >
>
> Hi Mark,
>
> > 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.
> >
>
> XSL-FO offers the construct (unfortunately not yet implemented in Apache
FOP
> :( )
>
> <fo:block ..>
> <fo:inline background-color="yellow">
> ...
> </fo:inline>
> ...
> </fo:block>
>
>
> Greetz,
>
> Andreas
|