John Bourke wrote:
J. below is my layout-master-set followed by the way I start the page
sequence for my repeatable page.
    <fo:page-sequence-master master-name="reportDetails">
       <fo:repeatable-page-master-alternatives>
          <fo:conditional-page-master-reference master-name="detailPage"
blank-or-not-blank="not-blank"/>
>        </fo:repeatable-page-master-alternatives>

Here is the problem: You have a page master for non-blank pages,
but none for blank pages. Somewhere you force a blank page,
perhaps by break-before="page-even" or something similar, and
FOP falls over.
Provide a page master for blank page, and this problem should
go away.

J.Pietschmann



Reply via email to