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 <>:
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
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