This is an XSLT question, not really FOP-related, but try:

<fo:table-cell number-rows-spanned="{RowSpan}">....

or

<fo:table-cell>
  <xsl:attribute name="number-rows-spanned"><xsl:value-of 
select="RowSpan"/></xsl:attribute>


On 15.02.2005 10:29:53 Manisha Sathe wrote:
> In XML file itself i have a value which i need to use for row span.
>  
> I know i can get the value with 
>  
> <xsl:value-of select="RowSpan"/>
>  
> Also i can set the row span with 
>  
> <fo:table-cell number-rows-spanned="2">....
>  
> But what i want is set "RowSpan" value from xml inside "number-rows-spanned"
>  
> I tried many different ways but unable to get thr, any idea ?


Jeremias Maerki


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

Reply via email to