FOP 2.0.5rc

In the example below the rectangle is filled with black instead of limegreen. Is there a way to specify the fill color using a variable?

Thanks,

Don


<xsl:variable name="color" select="limegreen"/> <svg:svg height="400" width="400"> <svg:rect style="fill:{$color}" height="50" width="100" />


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to