docbook-apps

  • 1.  Troubles rendering CALS tables in HTML

    Posted 10-01-2007 15:12
    I just found that the following attributes in doesn’t get any affect
    in the final HMLT presentation:



    1) (frame): only [ “none” | “all”] have any effect. Any other value
    produces the same effect as “all”.
    2) The other 3 has no effect at all. For (colsep) and (rowsep) I’ve
    tried using them on individual <row> and <entry> elements without any
    success.
    On the other hand:

    - I’ve been using this document for the “website” application, but I
    don’t think that makes any difference.
    - In my customization layer I have already set: (… and the
    extensions JAR is working!!)

    <xsl:param name="use.extensions">1</xsl:param>
    <xsl:param name="tablecolumns.extension">1</xsl:param>

    - I have also tried using the following parameters, but it doesn’t
    help:

    <xsl:param name="table.border.with.css">1</xsl:param>
    <xsl:param name="table.border.style">dashed</xsl:param>
    <xsl:param name="table.cell.border.style">dashed</xsl:param>

    Finally: Is there any way for setting a specific (class) attribute or

    element in the resulting HTML table I order to control the style via CSS??

    Environment:

    - Windows XP.
    - Saxon 6.5.5
    - DocBook XSL 1.73.2

    Thank you very much.

    Pedro

    No virus found in this outgoing message.
    Checked by AVG Free Edition.
    Version: 7.5.488 / Virus Database: 269.13.36/1041 - Release Date: 01/10/2007
    10:20




  • 2.  Re: [docbook-apps] Troubles rendering CALS tables in HTML

    Posted 10-01-2007 20:10
    Am Montag, den 01.10.2007, 17:12 +0200 schrieb Pedro Pastor:

    > I just found that the following attributes in doesn’t get any
    affect in
    > the final HMLT presentation:
    >
    > <tableframe="topbot"colsep="1"rowsep="0"border="dashed">
    >
    >
    >
    > 1) (frame): only [ “none” | “all”] have any effect. Any other
    > value produces the same effect as “all”.
    > 2) The other 3 has no effect at all. For (colsep) and (rowsep)
    I’ve tried > using them on individual <row> and <entry> elements without
    any success.

    Sounds like:
    http://sourceforge.net/tracker/index.php?func=detail&aid=1737583&group_id=21935&atid=373750

    > - I have also tried using the following parameters, but it
    > doesn’t help:
    >
    >
    >
    > <xsl:param name="table.border.with.css">1</xsl:param>
    >
    > <xsl:param name="table.border.style">dashed</xsl:param>
    >
    > <xsl:param
    > name="table.cell.border.style">dashed</xsl:param>
    >
    >
    > Finally: Is there any way for setting a specific (class) attribute or
    >
    element in the resulting HTML table I order to control the style
    > via CSS??

    I have another report open regarding CSS and the border attribute (it's
    in the same tracker). Maybe it partly catches your problem. If yes,
    please feel free to add comments.

    Regards, Daniel