[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: Re: DOCBOOK-APPS: Transforming DocBook to PDF with FOP
I've solve my error. In FO file, there were references to image files like this: <fo:external-graphic height="auto" width="auto" content-height="auto" content-width="auto" src="url(file:img/base_modif_struc.jpg)"/> Deleting "url()" correct the error. The right line should be: <fo:external-graphic height="auto" width="auto" content-height="auto" content-width="auto" src="file:img/base_modif_struc.jpg"/> So, I modify Norman XSL file graphics.xsl from <fo:external-graphic src="url({$filename})" to <fo:external-graphic src="{$filename}" I don't know if I correct an error or just patch something specific to my environment. Thanks for responses. Frédéric Demians f.demians@tamil.fr ______________________________________ T A M I L www.tamil.fr 72, rue Folie Méricourt, 75011 Paris, France Tél. +33 1 48 07 88 34 -- Fax +33 1 43 49 02 98
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC