OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]