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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: [docbook-apps] keep-together processing instruction for tables


Hello,

I tried to use the processing instruction keep-together="always" how it is described here: http://www.sagehill.net/docbookxsl/PageBreaking.html#KeepTogetherPI
I set 
    <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
in
<xsl:attribute-set name="formal.object.properties">
    ...
</xsl:attribute-set>
and in
<xsl:attribute-set name="formal.object.properties">
    ...
</xsl:attribute-set>

for having NO breaks in tables and informaltables. This never work.

I also try to use
<table>
  <title>My long table</title>
  <?dbfo keep-together="always" ?>
	    ...

Still the same: breaks in tables are still made when the page breaks.

Is there another solution for keep a table together which works?
It does not look very nice when a table breaks and displayed across two sites.

Regards,
Kerstin B.





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