I have got the solution to the problem, want to thank you all you guys since without your timely solutions and advise this was impossible to achieve and solve thanks a lot..!!
A solution to this problem have been achieved thanks a lot..!!
I have got the solution to the problem, want to thank you all you guys since without your timely solutions and advise this was impossible to achieve and solve thanks a lot..!!
A solution to this problem have been achieved thanks a lot..!!
Try this property `keep-with-next="always"
<fo:table-header>
<fo:table-row keep-with-next="always">
<fo:table-cell>
<fo:block font-weight="bold"></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block text-align="left" space-after="4mm"
space-before="3mm" font-weight="bold">
<xsl:text>DEPARTMENT TOTALS</xsl:text>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-header>