Re: Running header

At 2002-09-12 13:41 +0200, Olaf Wentzien/PPI wrote:
>I have a "running header" contained in the "xsl-region-before".
>...
>              <fo:retrieve-marker retrieve-class-name="sect-head"
>  retrieve-position="first-starting-within-page"
>                                  retrieve-boundary="page" />
>...
>this works fine, and I have a new section title appearing in the page
>header
>whenever section changes. But if the section contains more than 1 page,
>the section
>title will not be repeated on the consecutive pages.

Because of the retrieve-boundary ... use a value of "page-sequence" or 
"document" instead of page.  The default of "page-sequence" would have 
given you what you needed had you not changed it explicitly to only look 
for markers found on the page itself.

I hope this helps.

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


--
Upcoming hands-on in-depth    Europe:         Sep 18-Sep 20,2002
XSLT/XPath and XSL-FO         North America:  Sep 30-Oct  4,2002

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-10-1             Practical Formatting Using XSL-FO
Next public training:           2002-09-13,18,19,30,10-03,12-08,
-                                                  2003-03-04,07

Received on Thursday, 12 September 2002 17:50:16 UTC