add a text block at 3rd page of a sequence

Dear list,

i have the following problem:

i have a page-sequence:

     <fo:page-sequence-master master-name="seq01">
       <fo:repeatable-page-master-reference master-reference="chap01" />
     </fo:page-sequence-master>

In my .fo file there's a long text which is inserted in xsl-region-body. 
fop (0.20.5) creates a document with 5 pages. It works fine.

But now i have the requirement that i must add a text block on page 3. 
And i haven't found a way how i could do that. If i create a block in 
static-content of the page-sequence, it will appear on *every* page. So 
i tried to change the page-sequence-master, but i haven't found a way 
how i could do that. I would need something like

       <fo:conditional-page-master-reference 
master-reference="chap01_PAGE3" page-position="3" />

in my page-sequence, but this is not allowed.

How can i work around this problem?

TIA
Chris

Received on Tuesday, 2 September 2003 04:10:16 UTC