[Home] [By Thread] [By Date] [Recent Entries]


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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member