Pascal Sancho wrote:

<snip/>

<fo:flow flow-name="xsl-region-body">
  ...
  <fo:table span="all">
    ...
   </fo:table>
  ...
</fo:flow>

FOP doesnt support span="all" on fo:table, only on fo:block elements that are direct descendents of fo:flow.


<snip/>

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.

Why should this be a bug? span="all" works on a block, and you get the result you want. I dont see the problem?


Chris


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



Reply via email to