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. (To try it yourself, download MySQL++, then go in to doc/userman and say "make pdf".)

I get 1800+ lines of errors, but there are just a few types:

- 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. I'm aware that I could probably turn on FOP extensions to suppress it, but I'd rather use a standard method.

- 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

Are these problems due to the DocBook stylesheets (using 1.69.1 here) or are they problems in FOP? 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.

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

Reply via email to