Using the following fo file:
<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master
master-name="content"
page-height="29.7cm"
page-width="21cm">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="content">
<fo:flow flow-name="xsl-region-body">
<fo:block>
<fo:external-graphic src="images/JavaCrtfd_Prg.gif"/>
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
I attempt to generate RTF using the Ant task:
<fop format="application/rtf" fofile="in.fo" outfile="out.rtf" force="true"/>
I receive the following error:
[fop] 22/10/2005 19:04:42 org.apache.fop.fo.properties.EnumLength getValue
[fop] SEVERE: getValue() called on AUTO length
[fop] 22/10/2005 19:04:42 org.apache.fop.fo.properties.EnumLength getValue
[fop] SEVERE: getValue() called on AUTO length
Can anyone provide any pointers to what might be the issue?
--
Tony Morris
http://www.tmorris.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]