docbook-apps

  • 1.  Re: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 15:14
    [Moving to docbook-apps list, where publishing tools and problems are
    discussed]

    It sounds like you're having trouble with PDF output. Is that correct?

    I'm surprised that your headings are not repeated after a page break. I
    think that is the default behavior. Table breaking across pages is
    described here:

    http://www.sagehill.net/docbookxsl/LongTables.html

    Do you have table customizations that might be affecting the way this works?

    Peter

    On Thu, Feb 4, 2016 at 10:08 AM, Emery, Norma (HGR) <nemery@whitehangar.net>
    wrote:

    > I’ve searched the archives for this list and I can’t find an answer to
    > this question.
    >
    > I’m trying to get my table headings to repeat when the table breaks across
    > pages.
    >
    > I’ve looked at attributes for table, thead and row and can’t find any
    > attribute for this.
    >
    > I’ve also checked transform parameters and don’t see a parameter that I
    > can set for this purpose.
    >
    > Can anyone tell me how to accomplish this?
    >
    >
    >
    > Regards,
    >
    >
    >
    > Norma Emery
    >
    >
    >
    >



  • 2.  RE: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 15:23
    Peter,
    Thanks for responding. Yes, the problem is with PDF. I was surprised, too. I thought that thead alone would take care of this and I have done no table customization.
    I’ll have a developer here take a look and see if he can diagnose the problem.
    Regards,
    Norma


    From: Peter Desjardins [mailto:peter.desjardins.us@gmail.com]
    Sent: Thursday, February 04, 2016 10:14 AM
    To: Emery, Norma (HGR) <nemery@whitehangar.net>; DocBook Apps <docbook-apps@lists.oasis-open.org>
    Subject: Re: [docbook] Breaking tables across pages, repeating header row

    [Moving to docbook-apps list, where publishing tools and problems are discussed]
    It sounds like you're having trouble with PDF output. Is that correct?
    I'm surprised that your headings are not repeated after a page break. I think that is the default behavior. Table breaking across pages is described here:

    http://www.sagehill.net/docbookxsl/LongTables.html
    Do you have table customizations that might be affecting the way this works?

    Peter

    On Thu, Feb 4, 2016 at 10:08 AM, Emery, Norma (HGR) <nemery@whitehangar.net<mailto:nemery@whitehangar.net>> wrote:
    I’ve searched the archives for this list and I can’t find an answer to this question.
    I’m trying to get my table headings to repeat when the table breaks across pages.
    I’ve looked at attributes for table, thead and row and can’t find any attribute for this.
    I’ve also checked transform parameters and don’t see a parameter that I can set for this purpose.
    Can anyone tell me how to accomplish this?

    Regards,

    Norma Emery





  • 3.  Re: [docbook-apps] RE: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 17:20
    Yes, thead should be enough. What tools are you using to process the
    document?

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net

    On 2/4/2016 7:23 AM, Emery, Norma (HGR) wrote:
    > Peter,
    >
    > Thanks for responding. Yes, the problem is with PDF. I was surprised,
    > too. I thought that thead alone would take care of this and I have done
    > no table customization.
    >
    > I’ll have a developer here take a look and see if he can diagnose the
    > problem.
    >
    > Regards,
    >
    > Norma
    >
    > *From:*Peter Desjardins [mailto:peter.desjardins.us@gmail.com]
    > *Sent:* Thursday, February 04, 2016 10:14 AM
    > *To:* Emery, Norma (HGR) <nemery@whitehangar.net>; DocBook Apps
    > <docbook-apps@lists.oasis-open.org>
    > *Subject:* Re: [docbook] Breaking tables across pages, repeating header row
    >
    > [Moving to docbook-apps list, where publishing tools and problems are
    > discussed]
    >
    > It sounds like you're having trouble with PDF output. Is that correct?
    >
    > I'm surprised that your headings are not repeated after a page break. I
    > think that is the default behavior. Table breaking across pages is
    > described here:
    >
    > http://www.sagehill.net/docbookxsl/LongTables.html
    >
    > Do you have table customizations that might be affecting the way this works?
    >
    > Peter
    >
    > On Thu, Feb 4, 2016 at 10:08 AM, Emery, Norma (HGR)
    > <nemery@whitehangar.net <mailto:nemery@whitehangar.net>> wrote:
    >
    > I’ve searched the archives for this list and I can’t find an
    > answer to this question.
    >
    > I’m trying to get my table headings to repeat when the table
    > breaks across pages.
    >
    > I’ve looked at attributes for table, thead and row and can’t
    > find any attribute for this.
    >
    > I’ve also checked transform parameters and don’t see a parameter
    > that I can set for this purpose.
    >
    > Can anyone tell me how to accomplish this?
    >
    > Regards,
    >
    > Norma Emery
    >



  • 4.  RE: [docbook-apps] RE: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 17:30
    Saxon 6.5.5. Anything else you need to know?




  • 5.  Re: [docbook-apps] RE: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 17:39
    Saxon will convert the DocBook XML to XSL-FO, but you must be using an
    XSL-FO processor such as FOP to generate the PDF.

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net

    On 2/4/2016 9:29 AM, Emery, Norma (HGR) wrote:
    > Saxon 6.5.5. Anything else you need to know?
    >
    >


  • 6.  RE: [docbook-apps] RE: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 17:49
    Bob,
    Sorry, using:
    Implementation-Title: Apache FOP
    Implementation-Version: 1.1
    Regards,
    Norma






  • 7.  RE: [docbook-apps] RE: [docbook] Breaking tables across pages, repeating header row

    Posted 02-04-2016 17:57
    Bob,
    OK, it is working now. Pilot error -- I was editing the wrong table.
    Thanks for your help.
    Regards,
    Norma