Re: add a text block at 3rd page of a sequence

At 2003-09-02 09:55 +0200, Christoph Rupp wrote:
>i have a page-sequence:
>
>     <fo:page-sequence-master master-name="seq01">
>       <fo:repeatable-page-master-reference master-reference="chap01" />
>     </fo:page-sequence-master>
>...
>But now i have the requirement that i must add a text block on page 3.
>...
>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?

     <fo:page-sequence-master master-name="seq01">
       <fo:repeatable-page-master-reference master-reference="chap01"
           maximum-repeats="2" />
       <fo:single-page-master-reference master-reference="chap01_PAGE3" />
       <fo:repeatable-page-master-reference master-reference="chap01" />
     </fo:page-sequence-master>

I hope this helps.

....................... Ken


--
Next public European delivery:  3-day XSLT/2-day XSL-FO 2003-09-22
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

G. Ken Holman                 mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 0-13-140374-5                               Definitive XSL-FO
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/f/bc

Received on Tuesday, 2 September 2003 07:36:08 UTC