Hi when I transform using Saxon or Xalan and Apache
FOP 0.20.5 I get the following message, repeated a
number of tiimes. What does it mean, how can I avaoid
it?
[INFO] Using org.apache.xerces.parsers.SAXParser as
SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as
SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[ERROR] Unknown enumerated value for property
'relative-align': baseline
[ERROR] Error in relative-align property value
'baseline': org.apache.fop.fo.expr.PropertyException:
No conversion defined
Sean Wheller
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
Hey,
I just noticed that the feature to save a learn
structure to DTD is not there. How do i do it now?
Sean Wheller
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
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