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]

Re: 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


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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