[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Page Breaks in PDF


Subject: [xsl] Page Breaks in PDF
From: "Corey Spitzer" <cspitzer@xxxxxxxxx>
Date: Mon, 27 Aug 2001 09:37:34 -0500

I'm getting some inconsistent page breaks within and after some tables in
the PDF coming from FOP.  Has anyone else experienced this problem?  Anyone
know how to correct it?

Here is what the fo looks like where there is a page break in between these
two table-rows (this happens less than halfway down the page):

<fo:table-row>
<fo:table-cell><fo:block/></fo:table-cell>
<fo:table-cell/>
<fo:table-cell font-weight="bold" padding-before="4pt" padding-after="4pt"
border-bottom-style="solid" line-height="10pt" font-size="10pt"
font-family="Times">
<fo:block>debug diag online (Catalyst 8540 MSR)</fo:block>
</fo:table-cell>
<fo:table-cell padding-before="4pt" padding-after="4pt"
border-bottom-style="solid" line-height="10pt" font-size="10pt"
font-family="Times">
<fo:block>Enables or disables system debugging. </fo:block>
</fo:table-cell>
</fo:table-row>

<fo:table-row>
<fo:table-cell><fo:block/></fo:table-cell>
<fo:table-cell/>
<fo:table-cell font-weight="bold" padding-before="4pt" padding-after="4pt"
border-bottom-style="solid" line-height="10pt" font-size="10pt"
font-family="Times">
<fo:block>show diag online (Catalyst 8540 MSR)</fo:block>
</fo:table-cell>
<fo:table-cell padding-before="4pt" padding-after="4pt"
border-bottom-style="solid" line-height="10pt" font-size="10pt"
font-family="Times">
<fo:block>Reports online diagnostic test results.</fo:block>
</fo:table-cell>
</fo:table-row>






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread