Re: DOCBOOK-APPS: Transforming DocBook to PDF with FOP

From
Grederic Eemians
Date
2001-06-03T19:13:43+00:00
ID
Thread
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嶮廨ic Demians

______________________________________
T A M I L
www.tamil.fr
72, rue Folie M廨icourt, 75011 Paris, France
T幨. +33 1 48 07 88 34 -- Fax +33 1 43 49 02 98