It looks like this:
<fo:table-header>
<fo:table-row>
<fo:table-cell>
<fo:block>Heading <fox:continued-label>
<fo:inline>(cont.)</fo:inline></fox:continued-label>
</fo:block>
</fo:table-cell>
etc....
For now, the content of the continued-label element must be an fo:inline. It probably wouldn't be that hard to relax that, but it's better than nothing. The content of the fox:continued-label element is only written out on table-areas after the first one.
I will commit it then ASAP.
Note that this works in the maintenance branch only, but the element itself should be OK in the HEAD too, though the way it decides whether this is the first table area will need to be changed.
-Karen
Oleg Tkachenko wrote:
Karen Lease wrote:A while back, if I remember correctly, someone was looking for and perhaps going to write an extension to write continued labels in table headers. Ie, when the table continues, to add text like "(continued)" or whatever in the header (and/or footer).
Just yesterday there was one more such a question at fop-user.Apparently this never made it into the common pool, but I have recently cooked up something fairly simple (and limited) to handle this. Is there interest in putting it in for the next maintenance release ? It has very minor impact on the table layout code and probably would be useful to a number of people.
+1, it would be great, how does semantics look like?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]