[oXygen-user] colwidth not processed for fo
Sean Wheller
Fri Jan 2 03:10:31 CST 2004
Hi,
I've seen several postings in the docbook-app archives
on the colwidth problem, I cannot seem to make it
work.
Platform:
SuSE 9.0
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.2-b28)
Tool Chain:
Saxon 6.5.3
Apache FOP 0.20.5
XSL 1.62.4
*Extension for Saxon in /lib = saxon651.jar
Cust layer imports fo/docbook.xsl:
<xsl:import href="./xsl/fo/docbook.xsl"/>
Cust layer enables extensions:
<xsl:param name="use.extensions" select="1"/>
<xsl:param name="tablecolumns.extension" select="1"/>
<xsl:param name="saxon.tablecolumns" select="1"/>
Table:
<table id="1">
<title>A Title</title>
<tgroup cols="2">
<colspec colnum="1" colwidth="1.00*"/>
<colspec colnum="2" colwidth="3.00*"/>
<thead>
...
When transforming I get:
[ERROR] Error in column-width property value '25%':
org.apache.fop.fo.expr.PropertyException: No
conversion defined
[ERROR] Error in column-width property value '75%':
org.apache.fop.fo.expr.PropertyException: No
conversion defined
Table transforms to 50% for colnum 1 & 2.
What could the problem be?
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
More information about the oXygen-user
mailing list