I also thought so, but page-position="last"  did not work. 
 

> -----Ursprüngliche Nachricht-----
> Von:  Toufic Nehme [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Mittwoch, 5. Februar 2003 18:29
> An:   [EMAIL PROTECTED]
> Betreff:      Re: suppress sign in header on last page
> 
> Hi,
> I had the same problem and somebody on this list suggested something like
> this.
> 
> <fo:layout-master-set>
>         <fo:simple-page-master master-name="lastPage"
>                                            page-height=""
>                                            page-width=""
>                                            margin-top=""
>                                            margin-bottom=""
>                                            margin-left=""
>                                            margin-right="">
>           <fo:region-body margin-top="" />
>           <fo:region-start margin-top="2cm" />
>           <fo:region-before extent="""/>
>           <fo:region-after extent=""/>
>         </fo:simple-page-master>
>         <fo:simple-page-master master-name="others"
>                                            page-height=""
>                                            page-width=""
>                                            margin-top=""
>                                            margin-bottom=""
>                                            margin-left=""
>                                            margin-right="">
>            <fo:region-body margin-top=""/>
>             <fo:region-start extent=""/>
>             <fo:region-before extent=""/>
>             <fo:region-after extent=""/>
>         </fo:simple-page-master>
>         <fo:page-sequence-master master-name="layoutName">
>         <fo:repeatable-page-master-reference master-reference="others"/>
>         <fo:repeatable-page-master-alternatives>
>            <fo:conditional-page-master-reference
> master-reference="lastPage"
> page-position="last" />
>            <fo:conditional-page-master-reference
> master-reference="others"/>
>         </fo:repeatable-page-master-alternatives>
>       </fo:page-sequence-master>
>       </fo:layout-master-set>
> 
> In your  <fo:page-sequence master-reference="lastPage"> you can specify
> what
> ever you want on
> the header of the last page.
> 
> and if you need more details see:
> http://www.dpawson.co.uk/xsl/sect3/bk/ch05.html
> 
> I hope this help.
> 
> "Zieseniß, Markus" wrote:
> 
> > Hello,
> >
> > I have a floating text (1..n pages) and need a sign for our inserter
> > (enveloping machine), which appears on all pages except the last. I
> tried to
> > put the inserter-sign in the header, but this sign is also printed on
> the
> > last page. Then I tried to overwrite this sign by a white-bitmap
> graphic,
> > but this also does not work. Can anybody help me?
> >
> > Thanks in advance
> > Markus
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to