RE: [docbook-apps] FOP, Docbook

From
Irene Higson <>
Date
2004-08-18T09:53:44+00:00
ID
Thread
RE: [docbook-apps] FOP, Docbook
I do not have the column-width property in the tables:

<xsl:template match="sectiondef[@kind='user-defined']">
<subtitle><xsl:value-of select="header"/></subtitle>
<informaltable>
<tgroup cols="3">
<thead>
<row><entry>Define</entry><entry>Meaning</entry><entry>Value</entry></ro
w>
</thead>
<tbody>
<xsl:apply-templates select="memberdef[@kind='define']"/>
</tbody>
</tgroup>
</informaltable>
</xsl:template>

I even tried adding them in, but that didn't make any difference.
Any further ideas? 




> [ERROR] Error in column-width property value '50%':
> org.apache.fop.fo.expr.PropertyException: No conversion defined [INFO]

> [1]

Try removing the column-width property from the table. I think FOP has a
problem with it. As far as I remember the column-width property is
supported by XEP.



Cheers!

Irene