Dishaa wrote:
> Another problem I saw was, when the table does neatly break across,
> the heading row does not repeat.
Do you have thead element in your DocBook table? Only table header is
repeated on the new page.
> In addition, the first row in the
> new page does not have the top-border - looks like its cut off!
It's default FO behaviour, you can change it by using the following code
in your customization layer:
<xsl:attribute-set name="table.table.properties">
<xsl:attribute
name="border-before-width.conditionality">retain</xsl:attribute>
</xsl:attribute-set>
--
------------------------------------------------------------------
Jirka Kosek e-mail: http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------