|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






