Noll, Jeffrey T HS wrote:
I think I sort of understand, but does somebody have a quick example?
Omitting lots of mandatory stuff:
<fo:root ...>
<fo:layout-master-set ...>
</...>
<fo:page-sequence ...>
<fo:static-content flow-name="xsl-region-after">
<fo:retrieve-marker retrieve-class-name="summary" .../>
</...>
<fo:flow>
<fo:table ...>
<fo:table-body>
<fo:table-row>...</fo:table-row>
.... more rows ...
<fo:table-row>
<fo:table-cell>
<fo:block><fo:marker marker-class-name="summary>
<fo:table ...>
<fo:table-body>
<fo:table-row>
<fo:table-cell><fo:block>Summary...
...more cells, close tags
<fo:marker>
...more cell content...
...more cells...
</fo:table-row>
</...
</fo:table>
</...>
</...>
<fo:root>
You may have to make sure the last row isn't split across pages
by using keep-together="always" on the row.
Alternatively, you may try a footnote. Note that FOP 0.91 may have
a problem rendering footnotes declared in table content.
By marker do you mean like you would do to get the lastPage?
I don't understand this question.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]