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] [ERROR] Error in margin-left property value '0': FIXED?


Hi,
Thanks for the report.  The fix has already been added to
the CVS file and will be in the next release.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: <martin.gautier@myrnham.co.uk>
To: <docbook-apps@lists.oasis-open.org>
Sent: Monday, December 08, 2003 8:54 AM
Subject: [docbook-apps] [ERROR] Error in margin-left property value '0':
FIXED?


> Creating PDFs:
>
> Saxon 651
> XSL Stylesheets v1.62.4
> FOP 0.20.5
>
> FOP output gives me:
> "[ERROR] Error in margin-left property value '0':
> org.apache.fop.fo.expr.PropertyException: No conversion defined"
>
> A successful PDF is created.
>
> The following changes to ../fo/pagesetup.xsl (part of the XSL Stylesheets)
> make the error go away.
>
> Line 1367
> -         <xsl:attribute name="margin-left">0</xsl:attribute>
> +         <xsl:attribute name="margin-left">0pt</xsl:attribute>
>
> Line 1600
> -         <xsl:attribute name="margin-left">0</xsl:attribute>
> +         <xsl:attribute name="margin-left">0pt</xsl:attribute>
>
> If people agree this is a valid BUG/FIX, then I'll be happy to enter a
> proper bug report...
>
> Mart
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>



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