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


On Tuesday 17 August 2004 15:57, Irene Higson wrote:
> I am getting loads of errors, and I have noticed other people have had the
> same problem. My problem is then that I do not understand how people get
> around these problems. Earlier, when my stylesheet was less complete
> (stylesheet to convert doxygen generated xml to docbook xml) I got less
> errors, and a pdf was produced. Now, however, no pdf is produced anymore.
> Can anyone please help me!?!
> Â
> My errors are (duplicates removed):
> Â
> Â
> Âjava org.apache.fop.apps.Fop -fo output.fo -pdf Aux.pdf
> [INFO] Using com.icl.saxon.aelfred.SAXDriver as SAX2 Parser
> [INFO] FOP 0.20.5
> [INFO] Using com.icl.saxon.aelfred.SAXDriver as SAX2 Parser
> [INFO] building formatting object tree
> [INFO] setting up fonts
> [ERROR] property - "background-position-horizontal" is not implemented yet.
> [ERROR] property - "background-position-vertical" is not implemented yet.
> [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 [ERROR]
> Error in column-width property value '50%':
> org.apache.fop.fo.expr.PropertyException: No conversion defined
>
> [INFO] [1]
> [WARNING] table-layout=auto is not supported, using fixed!
> [INFO] Parsing of document complete, stopping renderer
> [ERROR] -2
> Â
> All these errors were encountered when I earlier got a pdf output file.

You should still get a PDF, but you could consider setting the following 
parameters:

<xsl:param name="fop.extensions" select="1"/>

<xsl:param name="draft.mode" select="'no'"/>

<xsl:param name="tablecolumns.extension" select="1"/>

-- 
Sean Wheller
sean@enbaya.co.za
http://www.enbaya.co.za


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