OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Long table crossing the page


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
bobs@sagehill.net

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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]