You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Reichert Bernard <va...@gmx.net> on 2002/07/17 11:45:22 UTC

table headers...

Hi!
how do I have to define my table headers
to use the <fo:table able-omit-header-at-break="true"> tag.
is it:
<fo:row>
    <fo:header>
           <fo:block>
           </fo:block>
    </fo:header>
</fo:row>
or
<fo:header>
    <fo:row>
           <fo:block>
           </fo:block>
    </fo:row>
</fo:header>