Hi again,

you should use it like in the example franklin_alt.fo:

1. give the region-before and region-after elements in your
    simple-page-masters different names
   (say region-before-even, region-before-odd etc.);
2. create only one page-sequence-master:

<fo:page-sequence-master master-name="document">
  <fo:repeatable-page-master-alternatives>
  <fo:conditional-page-master-reference
    master-name="rightpage"
    odd-or-even="odd"/>
  <fo:conditional-page-master-reference
    master-name="leftpage"
    odd-or-even="even"/>
  </fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>

3. create only one page-sequence for your page-sequence-master.
   In this sequence you can define four different fo:static-content with
   flow-names "region-before-even", "region-before-odd" etc.

HTH, Corinna

----- Original Message -----
From: "Jörg Flotho" <[EMAIL PROTECTED]>
To: "Fop-Dev" <[EMAIL PROTECTED]>
Sent: Friday, November 02, 2001 2:05 PM
Subject: 2 fo:page-sequences


> (franklin_2pageseqs.fo)
> The example is similar but in critical points different:
>
> This is what I needed:
> [...]
>
> But it doesn't work!
>
> I found two reasons:
> a) It seems that the attribute 'odd-or-even' in
> fo:conditional-page-master-reference has to be used as a pair.
> b) I have to use fo:flow and xsl:apply-templates twice.
>
> Has anyone an idea to find another way?
>
> Jörg
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to