L.S.
With a big HTML table I get
</fo:page-sequence></fo:root>
height="20">
at the end. The height="20"> part is NOT correct.
[Fatal Error] test.fo:3475:1: Content is not allowed in
trailing section.
[ERROR] Content is not allowed in trailing section.
The breaking point is table row 435 (line 1333-1335 in
html file). With this row I get the error. When I remove
these 3 lines from the input file, it works fine. I do not
see anything special about this line. The file was
generated from XML/XSL.
When I remove all rows except this table row, then it
works fine, so the problem is not in the row itself. But
when I add a lot of rows to the table it goes wrong
again. There is data written after the </fo:root> closing
tag.
A buffer that is not cleaned properly?
Regards,
janssen431@zonnet.nl
file with problem