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] table heading seperated from table body


With the stock stylesheets, the table should have a 
keep-together.within-column="always" property on it to keep the entire 
table together. That should work in fop-0.93.  Have you customized the 
table properties to turn that off, perhaps because you have long tables and 
you want them to break?

If so, then you can fix the current problem by customizing the template 
named table.row.properties (starting in 1.72.0) to add a keep-with-next 
property:

    <xsl:if test="ancestor::thead">
      <xsl:attribute 
name="keep-with-next.within-column">always</xsl:attribute>
    </xsl:if>

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Hinrich Aue" <hinrich.aue@lci-software.com>
To: "'Chris Chiasson'" <chris@chiasson.name>
Cc: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, March 07, 2007 2:41 AM
Subject: AW: [docbook-apps] table heading seperated from table body


Well then, the header row is seperated from the table body in fo output 
(and
FOP 0.93)
Is this a know problem? (Or is my question too stupid)
Do I need a new Formatting Objects processor?

Hinrich

-----Ursprüngliche Nachricht-----
Von: chris.chiasson@gmail.com [mailto:chris.chiasson@gmail.com] Im Auftrag
von Chris Chiasson
Gesendet: Mittwoch, 7. März 2007 00:06
An: Hinrich Aue
Betreff: Re: [docbook-apps] table heading seperated from table body

I usually call it the "header row."

On 3/6/07, Hinrich Aue <hinrich.aue@lci-software.com> wrote:
>
>
>
>
> Hello,
>
>
>
> I have the problem that table heading may be separated from the table
body.
>
>
>
> With heading I mean the first row containing the heading (is table 
> heading
> the correct term?)
>
>
>
> The heading on the end of one page and the table on the next page.
>
>
>
> Is there a way to prevent that?
>
>
>
> Thanks
>
>             Hinrich


-- 
http://chris.chiasson.name/


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org






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