lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] help with orphan-control in xsl-fo


From: Wendy Boutin
Subject: [lmi] help with orphan-control in xsl-fo
Date: Wed, 22 Apr 2009 18:05:24 -0400
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

We have a production concern where some output is unreadable.
Rows are printed on a page that has orphan control; two lines
are superimposed on each other in certain cases. Often times,
the final row of data is the most important line and that's
the one that's unreadable.

Normally there are 35 rows that will print six blocks on one
page and a block of five on the next. If three rows are left
over instead then they fit on the same page; however, they
collide with the text in the footer and cause the next page
to only contain headers and footers. I will send a few pdf
examples in private email to show the precise problem.

The problem was detected using 'nasd.xsl'. Greg and I zoomed
in on this subroutine:
 <xsl:template name="generate-table-values">
and found these comments:
 <!--
 Ensure that a group of 5 rows is never split across multiple pages.
 Add a dummy cell, that spans 5 rows. Since FOP avoids breaking cells,
 this cell remains on one page, so will the group of 5 rows.
 -->
in 'fo_common.xsl', but we just don't know enough about xsl
to see how to fix the problem the right way.

In general, the reports do not produce a consistent maximum
number of rows within each *.xsl; sometimes it's thirty rows,
sometimes it's thirty five, and other times it's somewhere
in between with a defect at certain durations. It seems best
to set each page to a fixed number of rows, like thirty. Is
there a technique we just don't know about that could help
us do this fairly easily. If not, is there a way you could
help us fix the problem?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]