Dear Maintainer,
3 attached files minimal configuration to reproduce the issue
The xsl file includes the following line:
<xsl:param name="table.in.float" select="'0'"/>
When I invoke the command:
dblatex -V -o not.table.in.float.pdf -d --tmpdir=. --texstyle=./dblatex-conf.sty --xsl-user=dblatex-conf.xsl not.table.in.float.xml
The command is failing with these errors on the output:
not.table.in.float.tex:283: Something's wrong--perhaps a missing \item.
not.table.in.float.tex:283: leading text: \end{center}
Note that the pdf is generated, but I dont know if teh generation
is complete. Note also that if the parameter table.in.float is
set to '1', there is no error (but of course the table is not spreaded on two pages !)