Re: [docbook-apps] <tfoot> and paging in tables

From
Jirka Kosek <>
Date
2006-09-22T12:00:50+00:00
ID
Thread
Re: [docbook-apps] <tfoot> and paging in tables
Ron Catterall wrote:
> Not so good after all  - now I get a last page headed with all the 
> column headings (from <thead>) and then the footnotes which all span all 
> the columns - very inelegant.  I don't want to insert hard page breaks, 
> so my original query still stands - how to make the <tfoot> appear once 
> only at the bottom of a multi-page table.

You can try the following, but I'm not sure how much is this supported 
in FO impelmentations:

<xsl:attribute-set name="table.table.properties">
   <xsl:attribute name="table-omit-footer-at-break">true</xsl:attribute>
</xsl:attribute-set>



-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail:      http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
                    Nejbližší termíny školení:
     ** XSLT 23.-26.10.2006 ** XML schémata 13.-15.11.2006 **
      ** DocBook 11.-13.12.2006 ** XSL-FO 11.-12.12.2006 **
------------------------------------------------------------------
   http://xmlguru.cz    Blog mostly about XML for English readers
------------------------------------------------------------------