Hi There!

 Im facing a problem I don't know if its a bug or not.

Im using a 2 columned region-body:
<fo:region-body region-name="PageBody" margin-top="68mm" margin-bottom="14mm" 
margin-left="32mm" margin-right="16mm" column-count="2" />

I want to fill the columns with content like :
<fo:block span="none" > ...(called template with content) ..
<fo:block span="all"> ... (called template with one line (summary)) ..

If the content is made of normal blocks the columns are balanced before the 
span="all" summary line.
like:
123456    456789
234567    567890
345678    678901
Summary: 1234567890

But if the content is a table with rows and cells the columns are NOT balanced. 
(the right column is shorter)
like:
123456    567890
234567    678901
345678    
456789
Summary: 1234567890

Any help or idea is really appreciated!!!
Thanks in advance!


Adam 
Using FOP 1.0

Reply via email to