On Fri, Oct 12, 2001 at 02:15:51PM +0200, Katharina Udemadu wrote:
> I have trouble producing tables in print output. I get only one table
> row.
> And this message:
> openjade:/home/documentation/DocBook/dsssl/print/dbtable.dsl:404:5:E:
> flow object not accepted by port; only table-column flow objects
> followed by table-row or table-cell flow objects allowd
>
> I am using XML DocBook 4.1.2, Openjade 1.4 and the Norman Walsh
> DSSSL-Stylesheets 1.71.
>
> Does anybody know how to solve this problem?
It's difficult to say without seeing a small piece of your table markup
that causes this problem.
The error is occurring in this function: (define ($process-row$ ...) ...)
which leads me to suspect that the stylesheet is processing a <row> without
some of the required markup surrounding a row.
Z.