This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]