Subject: RE: Highlighting
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Tue, 11 May 2004 18:28:46 +0200
|
> -----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
|