Next in thread → Next in month →

Re: [xml-dev] Setting dynamic block attributes.

From
J.Pietschmann <>
To
Jacob Bager <>
Date
2003-04-30T19:51:04Z
ID
<>
Thread
Re: [xml-dev] Setting dynamic block attributes.
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
Next in thread → Next in month →