Matella, Gunter wrote: > > But I get another problem while using fop 0.9.2beta: It failed with the > message: > > ... > Verarbeite XML-Datei "C:\Dokumente und Einstellungen\gma\Lokale > Einstellungen\Temp\xxe53717\__doc.xml" > Wandle XSL-FO-Datei "__doc.fo" um nach "__doc.pdf" mittels "FOP" > [FOP WARNING] Warning(1/80247): fo:table, table-layout="auto" is currently > not supported by FOP > [FOP WARNING] Warning(1/85324): fo:table, table-layout="auto" is currently > not supported by FOP > [FOP WARNING] Warning(1/113837): fo:table, table-layout="auto" is currently > not supported by FOP > [FOP WARNING] Warning(1/150214): fo:table, table-layout="auto" is currently > not supported by FOP > [FOP WARNING] Warning(1/159583): fo:table, table-layout="auto" is currently > not supported by FOP > [FOP WARNING] Warning(1/166760): fo:table, table-layout="auto" is currently > not supported by FOP > > As I understand the problem, I have to use a fix column size for each table > column. But I already use fix column size for each table column (like: > ---- > <tgroup cols="2"> > <colspec align="left" colname="links_bugs" colnum="1" colwidth="5cm"/> > > <colspec align="left" colname="rechts_bug" colnum="1" colwidth="10cm" > /> > ----- > > Any idea?? >
These warnings do not explain why FOP fails. If you convert XXE_install_dir/demo/docbook-table.xml using XXE 3.5+FOP 0.92beta, you get a lot of these warnings but at the end, the PDF is actually generated and the rendering of tables is almost as good as with RenderX XEP.

