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


Thank you, this decreased the number of errors I got, and totally removed the background-position errors.
However, I still do not get a PDF!
Can anyone help?

My new errors are:

 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] 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


Thanks!

Irene 

> 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"/>




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