Bertrand,

Are you trying to get the block-container itself on a new page? In that
case I think the normal solution would be to put the break-before
property on the block-container itself. However I see this isn't
implemented yet in FOP. So what happens if you use 
<fo:block break-before="page"/> and then follow it directly with your
absolutely positioned block-container?

Or are you trying to do something else?

Regards,
Karen Lease

ROUGIER Bertrand wrote:
> 
> I put a <fo:block break-before="page"/> inside a <fo:block-container>
> to get a page break but it doesn't work.
> When I put  <fo:block break-before="page"/> outside the
> <fo:block-container>,
> it works. But I need to use a block-container (for a absolute
> positionning)
> 
> Thanks for your help !
> 
> Bertrand Rougier
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to