Yes you can only have one flow. You don't have to use more than one region. If you want to place data in 2 different areas of the page using the flow you define separate blocks. You can have as many blocks and block containers as you like. Normally a block starts where the last one ended. If you want it somewhere else you can always hardcode absolute positions like I do.
-----Original Message----- From: Zac Nichol [mailto:[email protected]] Sent: Monday, March 14, 2011 2:48 PM To: [email protected] Subject: Re: PDF version specification Hi. I'm very new to FOP and xml-fo. I want to flow data into 2 different regions (region-body and region-before). is this possible? when i do it, FOP complains that "For fo:page-sequence, only one fo:flow may be declared." It seems weird to me that you can have many fo:static-content objects within a single page-sequence, but you can't have many fo:flow objects. How can I flow data into 2 different regions in a single .fo file? thanks in advance! - Zac --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
