I am trying to upgrade the fop to 0.95 from 0.20.5 to use some of the newly
supported features. I am running into a few problems. I appreciate your
help.

1. The old version displays pdf files nicely. But the lines with the new
version are not displayed evenly. One part of a line in a table can be a lot
darker than another part. Does this has something to do with table cells
collapsing borders or something else?

2. More tables show up than before. We use many layers of nested tables to
put contents in groups. Typically a top-level table contains one table cell
that contains another table. The following example displays two tables in
the old version but 3 tables in the new version. When does FOP display one
table if two tables are nested?

 <fo:flow flow-name="xsl-region-body">
            <fo:block font-size="8pt">
                <fo:table table-layout="fixed" width="100%">
                    <fo:table-column column-width="10.559999999999999in"/>
                    <fo:table-body>
                        <fo:table-row>
                            <fo:table-cell margin="2pt" padding="2pt"
display-align="center" text-align="left">
                                <fo:table table-layout="fixed" width="100%">
                                    <fo:table-column
column-width="10.559999999999999in"/>
                                    <fo:table-body>
                                        <fo:table-row>
                                            <fo:table-cell
display-align="center" border-collapse="collapse"
                                                          
border-style="solid" border-color="black"
                                                          
border-width=".1mm">
                                                <fo:table
table-layout="fixed" width="100%">
                                                    <fo:table-column
column-width="10.559999999999999in"/>
                                                    <fo:table-body
border-width=".1mm" border-color="black"
                                                                  
border-style="solid">
                                                        <fo:table-row
keep-with-previous="always">
                                                            <fo:table-cell
margin="2pt" padding="2pt"
                                                                          
display-align="center" text-align="left">
                                                                <fo:table
table-layout="fixed" width="100%">
                                                                   
<fo:table-column
                                                                           
column-width="1.4300000000000002in"/>
                                                                   
<fo:table-column
                                                                           
column-width="1.4300000000000002in"/>
                                                                   
<fo:table-column
                                                                           
column-width="1.4300000000000002in"/>
                                                                   
<fo:table-column
                                                                           
column-width="1.4300000000000002in"/>
                                                                   
<fo:table-column column-width="1.65in"/>
                                                                   
<fo:table-column column-width="1.65in"/>
                                                                   
<fo:table-column
                                                                           
column-width="1.4300000000000002in"/>
                                                                   
<fo:table-body>
                                                                       
<fo:table-row
                                                                               
keep-together.within-column="always">
                                                                           
<fo:table-cell border-width=".1mm"
                                                                                
          
border-color="black"
                                                                                
          
border-style="solid"
                                                                                
          
border-collapse="collapse"
                                                                                
          
text-align="center"
                                                                                
          
display-align="center"
                                                                                
          
number-rows-spanned="2">
                                                                               
<fo:block margin="0pt" padding="1pt"
                                                                                
         
font-size="8pt"
                                                                                
         
white-space-collapse="false">
                                                                                
   
Units Of Measurement
                                                                               
</fo:block>
                                                                           
</fo:table-cell>...
-- 
View this message in context: 
http://www.nabble.com/upgrading-to-0.95-from-0.20.5%2C-several-problems-tp20237183p20237183.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to