Depending on how you run the XSLT and the formatting process FOP may not
even know where your stylesheet is and interprets the relative URL as
relative to the current directory. That's why you may have to set the
Base URL explicitely.

"cert.conf" is probably an unorthodox name for a FOP config file. Take a
look at this to get an idea:
http://xmlgraphics.apache.org/fop/0.93/configuration.html
http://xmlgraphics.apache.org/fop/0.93/embedding.html#config-external

On 11.01.2007 18:23:35 Xavier Ottolini wrote:
> Hi,
> 
> I want to build a PDF file with a XSL transformation. I use FOP 0.93 on 
> Tomcat 4.3 (Windows)
> 
> When I process the XSL transformation, I get the following error :
> 11 janv. 2007 17:49:42 org.apache.fop.fo.flow.ExternalGraphic bind
> GRAVE: Image not available: copie-conforme.svg
> 11 janv. 2007 17:49:42 org.apache.fop.fo.flow.ExternalGraphic bind
> GRAVE: Image not available: logo-roederer.svg
> 11 janv. 2007 17:49:42 org.apache.fop.fo.flow.ExternalGraphic bind
> GRAVE: Image not available: copie-conforme.svg
> 
> I a am surprised because the picture is in the same document as my XSL.
> 
> I found a solution on the mailing list archive.
> http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200607.mbox/[EMAIL
>  PROTECTED]
> 
> But I do not understand what is this "cert.conf" file. I use FO embeded 
> in a JSP file. How to set this configuration file ?

Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to