[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] How to Align Text in the Page Header?


Subject: Re: [xsl] How to Align Text in the Page Header?
From: David Tolpin <dvd@xxxxxxxxxxx>
Date: Fri, 10 Jan 2003 23:13:19 +0400 (AMT)

> I'm trying to align the text in the page header. There
> are two pieces of text that need to go to the header:
> chapter name and page number. I do this using markers.

Mete,

if both the marker content and the page-number are inlines, then
use space-filled leader and text-align="justify".

<fo:block text-align="justify">
  <fo:retrieve-marker retrieve-class-name="chapter"/><fo:leader/><fo:page-number/>
</fo:block>

David Tolpin

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



Current Thread