Re: Overflow

At 2003-09-18 07:43 -0700, Jim Donnelly wrote:
>The <fo:page-sequence master-reference="calender-page"> can only contain a 
>single  <fo:flow flow-name="calender-activities"> .
>
>I need one flow for the activities and a separate flow for the overflow 
>activities.

XSL-FO 1.0 only supports a single flow.

>Logically I would think I should be able to add multiple <flows to each 
><fo:page-sequence just like I can add multiple <fo:static-content. But the 
>formatter fails if I try this.

Because it is not valid for XSL-FO 1.0.

As I mentioned in my last note, you will have to measure out the amount 
that you think will fit on the first page, and then measure out the 
remainder onto a separate page, each going in turn into the one flow for 
the page sequence.

>Also what is the syntax to trigger a new page?

You can use break-before= or you can use a new page sequence

I hope this helps.

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

--
Next public US delivery:        3-day XSLT/2-day XSL-FO 2003-10-13
Next public European delivery:  3-day XSLT/2-day XSL-FO 2003-11-??
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

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-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/f/bc

Received on Friday, 19 September 2003 08:27:06 UTC