[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Warning if fop generation - table-layout="auto"
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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]