It depends,

Where is fop.xconf?
In this file you can specify a 'base' parameter, relative to the location
of the file.

Cheers,
Jos


On Sun, Mar 10, 2013 at 7:18 AM, Mansour Al Akeel <mansour.alak...@gmail.com
> wrote:

> I have this:
>
> <fo:block>
> <fo:external-graphic src="url('logo.png')" height="2.00in" width="5.00in"
> />
> <xsl:apply-templates select="head" />
> ......
>
> I am getting this in the logs:
>
> 2013-03-10 01:12:29,952 btpool0-1 ERROR apps.FOUserAgent - Image not
> found. URI: logo.png. (No context info available)
>
> And of course the image doesn't show on the generated pdf page. I
> tried all possible combinations of the image path:
>
> src="logo.png"
> src="url('COB-INF/xslts/fo/logo.png')"
>
> The only thing that worked was the absolute path. However, this is not
> an option when deploying to the server. So my question is, how do I
> get fo2pdf serializer to resolve relative paths ??
>
> Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
>
>


-- 
All generous minds have a horror of what are commonly called "Facts". They
are the brute beasts of the intellectual domain.
-- Thomas Hobbes
 <http://www.brainyquote.com/quotes/quotes/t/thomashobb118630.html>

Reply via email to