I am testing out XSL-FO with a FO-processor for .NET. The FOP i am using is Ecrion.
If i have a table being populated by dynamic data from a data source on page 1 and beneath that table there is another static table on the same page. I want the dynamic table to continue on the next page if it stretches down to the static one (because of the number of items in the list that populates the table).
The behavior that I'm getting is that the dynamic table pushes down the static one resulting it to be rendered after the last row on the next page.
My question is: How can I make the layout behave so that the dynamic table (placed first on page 1, right before the static table) continues on the next page without pushing the static table down with it?
I have made som mocks that describes what I want and what I actually get:
This picture describes the behavior that I demand:
And this picture describes the behavior that i get: