This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FO page number positions


I wrote:
>> The aim is to have every rightPage with an even page number in the
>> right-hand position of the page.
>>
>> While every leftPage should have an odd page number in the left-hand
>> position.
>
> I'm not sure that this is the way you *should* do it, but this works:

Silly me. It looks like an easier option is to just have one
fo:static-content formatting object for the xsl-region-before and use
the text-align property on the block to align the text to the outside
(left for left pages, right for right pages):

  <fo:static-content flow-name="xsl-region-before">
    <fo:block text-align="outside"><fo:page-number /></fo:block>
  </fo:static-content>

I guess that you only need to use the alternative fo:static-content
formatting objects if the odd and even headers have very different
content (e.g. the left gives the name of the chapter, the right the
name of the subsection, as well as the page number).
  
Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]