docbook-apps

  • 1.  Warning if fop generation - table-layout="auto"

    Posted 07-31-2014 12:06
    Hi,

    If I generate PDF from DocBook via the XSL stylesheets I get lots of
    warning messages like the following:

    [fop] WARNING: The following feature isn't implemented by Apache FOP, yet:
    table-layout="auto" (on fo:table)

    I used to ignore them, as the output looks OK but as I recently did not see
    a severe error in the float of warnings I think I better should remove them.

    Any advice how can I get rid of these warnings?

    Best regards, Lars



  • 2.  Re: [docbook-apps] Warning if fop generation - table-layout="auto"

    Posted 07-31-2014 18:46
    Have you set the stylesheet parameter fop1.extensions=1 ? That will
    force the stylesheet to output table-layout="fixed", instead of just
    allowing the default value of "auto".

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net

    On 7/31/2014 5:06 AM, Lars Vogel wrote:
    > Hi,
    >
    > If I generate PDF from DocBook via the XSL stylesheets I get lots of
    > warning messages like the following:
    >
    > [fop] WARNING: The following feature isn't implemented by Apache FOP,
    > yet: table-layout="auto" (on fo:table)
    >
    > I used to ignore them, as the output looks OK but as I recently did not
    > see a severe error in the float of warnings I think I better should
    > remove them.
    >
    > Any advice how can I get rid of these warnings?
    >
    > Best regards, Lars



  • 3.  Re: [docbook-apps] Warning if fop generation - table-layout="auto"

    Posted 08-01-2014 20:11
    Thanks Bob, I tried now to set the parameter to 1 with the following
    statement:

    <xsl:param name="fop1.extensions" select="1"></xsl:param>

    The warning is stil the same. Did I do it correctly?

    Best regards, Lars


    2014-07-31 20:45 GMT+02:00 Bob Stayton <bobs@sagehill.net>:

    > Have you set the stylesheet parameter fop1.extensions=1 ? That will force
    > the stylesheet to output table-layout="fixed", instead of just allowing the
    > default value of "auto".
    >
    > Bob Stayton
    > Sagehill Enterprises
    > bobs@sagehill.net
    >
    >
    > On 7/31/2014 5:06 AM, Lars Vogel wrote:
    >
    >> Hi,
    >>
    >> If I generate PDF from DocBook via the XSL stylesheets I get lots of
    >> warning messages like the following:
    >>
    >> [fop] WARNING: The following feature isn't implemented by Apache FOP,
    >> yet: table-layout="auto" (on fo:table)
    >>
    >> I used to ignore them, as the output looks OK but as I recently did not
    >> see a severe error in the float of warnings I think I better should
    >> remove them.
    >>
    >> Any advice how can I get rid of these warnings?
    >>
    >> Best regards, Lars
    >>
    >



  • 4.  Re: [docbook-apps] Warning if fop generation - table-layout="auto"

    Posted 08-01-2014 20:31
    Hi Lars,
    Yes, you did it correctly. There are a few layout tables in DocBook XSL
    used for other elements that may not check the param, though. Can you
    pinpoint which element might be generating such messages?

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net

    On 8/1/2014 1:11 PM, Lars Vogel wrote:
    > Thanks Bob, I tried now to set the parameter to 1 with the following
    > statement:
    >
    > <xsl:param name="fop1.extensions" select="1"></xsl:param>
    >
    > The warning is stil the same. Did I do it correctly?
    >
    > Best regards, Lars
    >
    >
    > 2014-07-31 20:45 GMT+02:00 Bob Stayton <bobs@sagehill.net
    > <mailto:bobs@sagehill.net>>:
    >
    > Have you set the stylesheet parameter fop1.extensions=1 ? That will
    > force the stylesheet to output table-layout="fixed", instead of just
    > allowing the default value of "auto".
    >
    > Bob Stayton
    > Sagehill Enterprises
    > bobs@sagehill.net <mailto:bobs@sagehill.net>
    >
    >
    > On 7/31/2014 5:06 AM, Lars Vogel wrote:
    >
    > Hi,
    >
    > If I generate PDF from DocBook via the XSL stylesheets I get lots of
    > warning messages like the following:
    >
    > [fop] WARNING: The following feature isn't implemented by Apache
    > FOP,
    > yet: table-layout="auto" (on fo:table)
    >
    > I used to ignore them, as the output looks OK but as I recently
    > did not
    > see a severe error in the float of warnings I think I better should
    > remove them.
    >
    > Any advice how can I get rid of these warnings?
    >
    > Best regards, Lars
    >
    >