Re: [xsl] variable as attribute value of fo:block

Subject: Re: [xsl] variable as attribute value of fo:block
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 19 Sep 2002 14:46:26 +0100
fo:block has no special meaning to XSLT. it is just a normal literal
result element so

<fo:block padding-before="{$padding_vor_gross}">

(your second try) will work so long as the variable is in scope of
course.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread