Warren Young wrote:
I'm trying to fix or suppress the warnings I'm getting from FOP 0.94 in formatting MySQL++'s (http://tangentsoft.net/mysql++/) user manual.

I'm afraid you wont have much luck...

...
- fo:table, table-layout="auto" is currently not supported by FOP

I've tried disabling this one by trying to set the default table width to 100% in my fo.xsl customization layer, but it doesn't help.

You can fix this by adding an attribute table-layout="fixed" to every
table in your customization layer. If there is no such attribute, FOP
uses the default table-layout="auto", but automatic table layout isn't
supported yet, alas. The error message doesn't have anything to do with
the table width.


- Line 1 of a paragraph overflows the available area. (fo:block, location: 2/33495)

- The contents of row 1 are taller than they should be

I don't think you can easily silence these messages without overriding
the FOP logger.

Are these problems due to the DocBook stylesheets (using 1.69.1 here) or are they problems in FOP?

I don't know. I'd have to take a look at the generated FO files.

Can I suppress these without just redirecting stderr to /dev/null? I actually used to do that, but it also suppresses true errors like Java stack traces when I crash FOP.

Indeed.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to