this didn't work either :(
<fo:table-row>
<fo:table-cell ><fo:block span="all" margin-left="2cm"><fo:inline
font-weight="bold">COMMENTS: </fo:inline><xsl:value-of
select="COMPONENT_ID"/></fo:block></fo:table-cell>
</fo:table-row>
> -----Original Message-----
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 15, 2002 6:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: spna="all" didn't work for <fo:cell>
>
>
> Argyn Kuketayev wrote:
>
> >>I had to put
> >>number-columns-spanned="100"
> >>instead of
> >>span="all"
> >>in fo:column element, because the latter didn't work. is it a bug?
>
> From the spec at http://www.w3.org/TR/xsl/slice7.html#span
> span="all": "Specifies if a block-level object should be
> placed in the current column or should span all columns
> of a multi-column region."
> This property is not intended to be used on table cells.
>
> J.Pietschmann
>