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]

[docbook-apps] error in fo/pagesetup.xsl?


Hi,

the following error appeared after updating to 1.62.4 two or three hours 
ago:

[ERROR] Error in margin-left property value '0': 
org.apache.fop.fo.expr.PropertyException: No conversion defined

Grepping through the source tree came up with the following in 
pagesetup.xsl (line 367 and line 600):

 <xsl:attribute name="margin-left">0</xsl:attribute>

I changed it to

 <xsl:attribute name="margin-left">0cm</xsl:attribute>

which fixed it. Now it works for me.

I downloaded version 1.62.4 just this morning from sourceforge.net and I 
can't think of a reason why there should be no scale unit so something 
seems to be broken in the tarball ...

The renderer now complains only about " property - 
"background-position-horizontal" is not implemented yet" but, well, it 
isn't implemented so he must be patient :-) ...

cu

-- 
Thomas Gier
Technical Writer
Cologne / Germany

P.S perhaps I'm the only on who doesn't (yet) change this attribute in his 
customization layer ...

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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