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: Re: [docbook-apps] keep-together processing instruction for tables


Are you using fop 0.20.5?  If so, then that is the problem because it does 
not support such keeps.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net

----- Original Message ----- 
From: Kerstin Buchholz
To: docbook-apps@lists.oasis-open.org
Sent: Friday, March 17, 2006 7:23 AM
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]