DITA BREAK CELL

Post here questions and problems related to editing and publishing DITA content.
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

DITA BREAK CELL

Post by Le Basque »

Hi,

I have a table that is larger than one page, I am looking at the page break a cell is not cut, but it goes to the next page

Best regards
Radu
Posts: 9057
Joined: Fri Jul 09, 2004 5:18 pm

Re: DITA BREAK CELL

Post by Radu »

Hi,

In the XSL:

OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT\plugins\org.dita.pdf2\cfg\fo\attrs\tables-attr.xsl

there is an attribute set defined:

Code: Select all

  <xsl:attribute-set name="tbody.row">
<!--Table body row-->
</xsl:attribute-set>
You could add an attribute keep-together.within-page there like:

Code: Select all

  <xsl:attribute-set name="tbody.row">
<xsl:attribute name="keep-together.within-page">always</xsl:attribute>
</xsl:attribute-set>
You should also consider asking customization questions on the Yahoo Groups DITA Users List, it's a large community and they might have better suggestions for you.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply