#975255 dblatex: Error when parameter table.in.float='0' and a table is spreaded on two pages

Package:
dblatex
Source:
dblatex
Submitter:
Jérôme Arbez-Gindre
Date:
2020-11-19 17:18:07 UTC
Severity:
normal
Tags:
#975255#5
Date:
2020-11-19 17:16:24 UTC
From:
To:
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 !)