Package: dbtoepub Version: 0+svn9150-2 I've verified that the problem exist with version 0+svn9904-1 too.
In my docbook project I use several tables, and while dblatex and docbook-xsl/fop correctly format the tables, I just noticed dbtoepub do not. Here is an example table: <informaltable id="t2"> <tgroup cols="3" align="left"> <thead> <row> <entry></entry> <entry>Publisere</entry> <entry>Omforme</entry> </row> </thead> <tbody> <row> <entry>Kommersiell</entry> <entry>©</entry> <entry>Fri</entry> </row> <row> <entry>Ikke-kommersiell</entry> <entry>Fri</entry> <entry>Fri</entry> </row> </tbody> </tgroup> </informaltable> This is not formatted as a table in the resulting epub, but instead with one table cell below the next, like this: Publisere Omforme Kommersiell © Fri Ikke-kommersiell Fri Fri I expected the epub to contain a normal HTML <table> with the content. -- Happy hacking Petter Reinholdtsen

