docbook-apps

  • 1.  Re: [docbook-apps] row/column borders for HTML tables in FO output

    Posted 04-01-2009 15:34
    I checked in some changes to the HTML markup table templates yesterday, but
    the stylesheet snapshot builds don't seem to be operating at the moment.
    I'll let you know when a snapshot is available for testing. I added support
    for the following so far:

    - frame attribute on table (or uses $default.table.frame parameter).
    - rules attribute on table (or uses $default.table.rules parameter).
    - align attribute on td and th
    - valign attribute on td and th
    - colspan on td and th
    - rowspan on td and th
    - bgcolor on td and th


    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net





  • 2.  Re: [docbook-apps] row/column borders for HTML tables in FO output

    Posted 04-01-2009 22:56

    Thanks, Bob. This is great.

    I'll be testing the changes next week.

    Bergfrid, in my sample code snippet:

    tokenize(@style

    should be:

    tokenize($style

    ~Shane

    Bob Stayton wrote:
    > I checked in some changes to the HTML markup table templates yesterday,
    > but the stylesheet snapshot builds don't seem to be operating at the
    > moment. I'll let you know when a snapshot is available for testing. I
    > added support for the following so far:
    >
    > - frame attribute on table (or uses $default.table.frame parameter).
    > - rules attribute on table (or uses $default.table.rules parameter).
    > - align attribute on td and th
    > - valign attribute on td and th
    > - colspan on td and th
    > - rowspan on td and th
    > - bgcolor on td and th
    >
    >
    > Bob Stayton
    > Sagehill Enterprises
    > bobs@sagehill.net
    >
    >
    >