[
Lists Home |
Date Index |
Thread Index
]
Jacob Bager wrote:
> hey there..
Hey.
This is actually an XSLT question and would have been better been
asked on the XSL list:
http://www.mulberrytech.com/xsl/xsl-list/
The problem is here:
> <fo:block color="$color">
This creates a literal color="$color" property, which should cause
an error in the log (check it), and the color defaults to black.
Change it to
<fo:block color="{$color}">
J.Pietschmann
|