Hi Amnol,
I suspect you meant "row with a bigger height" here. You can force a row to stay together by adding this to the template named "table.row.properties"

<xsl:attribute name="keep-together.within-column">always</xsl:attribute>

That will prevent any row from breaking across the page.

Regarding the bottom border, see the attribute-set example in this reference:

http://www.sagehill.net/docbookxsl/Borders.html

Bob Stayton
Sagehill Enterprises
[email protected]

On 2/11/2014 11:23 AM, anmol gupta wrote:
Hi,

In my documentation i have long tables which cross the page boundary. The
problem that i am facing is that suppose i have a row with a bigger width,
that row also gets split over two pages instead of starting from the next
page. How can i fix this?

Also, i for long tables i do get lower boundary of the table if crosses the
page to the new one.

Thanks and Regards,
..Anmol


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to