[xep-support] Table not rendered after page break.

From: <Rfhooks@aol.com>
Date: Tue Feb 22 2005 - 16:29:59 PST

I am having a very weird issue with XEP.

I have a document with several tables in it. I have a table that ends at the end of the the first page and the table immediately after it is not displaying at all. However, if the first table is longer than the first page the second table is rendered correctly.

Here is an example FO fragment...

<fo:table space-after="8pt" space-before="8pt" border-width="0pt" table-layout="fixed">
   <fo:table-column column-width="0.55in"/>
   <fo:table-column column-width="1.05in"/>
   <fo:table-column column-width="5.9in"/>
       <fo:table-header>
           <fo:table-row>
               <fo:table-cell number-columns-spanned="3" border-width="0pt" padding="1pt">
                   <fo:block text-decoration="underline" text-transform="uppercase" font-weight="bold">
                       <fo:block text-decoration="underline" font-weight="bold">
                           HEADING 1
                       </fo:block>
                   </fo:block>
               </fo:table-cell>
           </fo:table-row>
       </fo:table-header>
       <fo:table-body>
           <fo:table-row>
               <fo:table-cell border-width="0pt" padding="1pt">
                   <fo:block space-after="4pt" space-before="3pt"/>
               </fo:table-cell>
               <fo:table-cell border-width="0pt" padding="1pt">
                   <fo:block space-after="4pt" space-before="3pt">1.0</fo:block>
               </fo:table-cell>
               <fo:table-cell number-columns-spanned="1" border-width="0pt" padding="1pt">
                   <fo:block widows="3" orphans="3" space-before="1pt" white-space-treatment="preserve" linefeed-treatment="preserve" wrap-option="no-wrap" white-space-collapse="false" font-size="10pt" font-family="Courier">
                       Some Text
                   </fo:block>
                   <fo:block widows="3" orphans="3" space-before="1pt" linefeed-treatment="preserve" white-space-collapse="true" font-size="10pt" font-family="Courier">
                       Some more text
                   </fo:block>
               </fo:table-cell>
           </fo:table-row>
           <fo:table-row>
               <fo:table-cell border-width="0pt" padding="1pt">
                   <fo:block space-after="4pt" space-before="3pt"/>
               </fo:table-cell>
                   <fo:table-cell border-width="0pt" padding="1pt"><fo:block space-after="4pt" space-before="3pt">2.0</fo:block>
               </fo:table-cell>
               <fo:table-cell number-columns-spanned="1" border-width="0pt" padding="1pt">
                   <fo:block widows="3" orphans="3" space-before="1pt" linefeed-treatment="preserve" white-space-collapse="true" font-size="10pt" font-family="Courier">
                       Some longer text
                   </fo:block>
               </fo:table-cell>
           </fo:table-row>
   </fo:table-body>
</fo:table>
<fo:table space-after="8pt" space-before="8pt" border-width="0pt" table-layout="fixed">
   <fo:table-column column-width="1.25in"/>
   <fo:table-column column-width="0.35in"/>
   <fo:table-column column-width="0.35in"/>
   <fo:table-column column-width="0.35in"/>
   <fo:table-column column-width="0.35in"/>
   <fo:table-column column-width="3.35in"/>
   <fo:table-column column-width="0.125in"/>
   <fo:table-column column-width="1.375in"/>
       <fo:table-header>
           <fo:table-row>
               <fo:table-cell number-columns-spanned="6" border-width="0pt" padding="1pt">
                   <fo:block text-decoration="underline" font-weight="bold">
                       HEADING 2
                   </fo:block>
               </fo:table-cell>
           </fo:table-row>
           <fo:table-row>
               <fo:table-cell border-width="0pt" padding="1pt">
                   <fo:block linefeed-treatment="preserve">
                   </fo:block>
                   <fo:block linefeed-treatment="preserve">
                   </fo:block>
                   <fo:block text-decoration="underline"SUBHEADING</fo:block>

ETC...

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
Received on Tue Feb 22 17:13:28 2005

This archive was generated by hypermail 2.1.8 : Tue Feb 22 2005 - 17:13:29 PST