- From: Jim Donnelly <jdonnelly@saleslogix.com>
- Date: Wed, 17 Sep 2003 17:44:24 -0700
- To: <www-xsl-fo@w3.org>
- Message-ID: <D87AAFD855AD0A4DA3EF32A0618361750169575A@mail.interactcommerce.com>
Hi; I've posted a number of questions on how to format calendar data. I've been successful creating a single page calender, for example a month calender. Each day of the month calender can contain a line-item activity. I've set a limit of 10 activities per day per cell. I check the position() to determine the number. If a day has more than 10 activities I need to list the activities on a separate page. 2 through n. I'm having trouble determining the best approach. I've looked at using: <fo:page-sequence-master master-name="calender"> <fo:repeatable-page-master-alternatives> <fo:conditional-page-master-reference master-name="calender-page" page-position="first" /> <fo:conditional-page-master-reference master-name="overflow-page" page-position="rest"/> </fo:repeatable-page-master-alternatives> </fo:page-sequence-master> But this doesn't seem to fit the bill because what's changing is the flow not the static data. The Overflow page needs to look much differen from the calender page. What would you suggest as the best approach to solve this problem? Regards Jim This e-mail message and all attachments transmitted with it may be confidential and are intended solely for the addressee(s). If you are not the intended recipient or the person responsible for delivering it to the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachment(s) is strictly prohibited. If you receive this email in error, please immediately notify the sender of the message or Best Software, Inc. by e-mailing postmaster@bestsoftware.com and destroy all copies of this message. Best Software, for the protection of our internal systems and those of our customers, does block most email attachments.
Received on Wednesday, 17 September 2003 20:46:11 UTC