Hi all,

I am trying to implement flow maps (http://www.w3.org/TR/xsl/#d0e7194) in
FOP.

So let me describe the current situation: as expected  the most complex was
the mechanism for area generation (LayoutManagers level). First I've tried
to solve multiregion problem in one flow. I've added the support for the
several bodies in Page and PAgeViewport classes and in
PageBreaker.handleBreakTrait(breakVal) we switch to new region depending on
some conditions.This solution allows me to define the correct position of
the region but the problem is the Dimensions. I wasn't able to change them.
The second use case is the support of two threads on one page. As far I as
I understand a flow should have a possability to break while overflowing
the page. How I can do it?

The other my idea is iplementation of the intermediate layout manager, ex.
RegionLM.

Best regards,
Pavel Alay

Reply via email to