Hi, I have a table within a table-cell, produced by the DocBook XSL stylesheets:
<fo:table-cell padding-left="2pt" padding-right="2pt" padding-top="2pt" padding-bottom="2pt" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"> <fo:block> <fo:table space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"> <fo:table-column column-width="proportional-column-width(1)" column-number="1"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block>WebServer Plattform mit spezifischen Erweiterungsmodulen</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> </fo:table-cell> When processing this with Fop 0.20.5, there is an extra space (looking like an empty line) inserted into the table cell in PDF before the beginning of the text. I've asked Robert Stayton about this (to change the DocBook XSL stylesheets), but he replied: "This problem applies to more than simplelist, it applies to all block elements inside a table cell. Almost all block elements output some space above, and FOP should be ignoring that space above when it is at the beginning of a table cell. That is what XEP does. I think you should file the RFE with FOP." So here I am. I've already searched the archives and Bugzilla for this problem, but didn't find anything appropriate (perhaps oversighted something?). What can I do further to get this problem solved? Kind regards, Gisbert Amm http://web.de/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
