Hi,
I've tried to span a
table over a 2 columns region-body.
when I write the
following code, my table is laid out in the 1st column, then in the 2nd
one:
<fo:flow
flow-name="xsl-region-body">
...
<fo:table span="all">
<fo:table span="all">
...
</fo:table>
</fo:table>
...
</fo:flow>
</fo:flow>
But when I try the
followsing code, my table is laid out over the 2 columns (that is the expected
result)
<fo:flow
flow-name="xsl-region-body">
...
<fo:block span="all">
<fo:block span="all">
<fo:table>
...
</fo:table>
</fo:table>
</fo:block>
...
</fo:flow>
</fo:flow>
I wonder wether it
is a normal behaviour (I've checked the xsl rec, and I have understood that
fo:table should be handled as a fo:block) or not.
In the 2nd case,
this should be a bug.
Can anyone confirm
that before I submit it?
Cordialement,
Pascal SANCHO
Pascal SANCHO
