The relative path for fileref

Having trouble installing Oxygen? Got a bug to report? Post it all here.
raluca
Posts: 7
Joined: Thu Oct 18, 2007 8:53 pm

The relative path for fileref

Post by raluca »

I am using FOP 0.94 to generate a pdf file with images but came to a problem.
I would like to set the relative path for the images to the docbook, not to the fop.
For example:
<imageobject>
<imagedata contentwidth="8.448mm" fileref="images/add-user.gif"/>
</imageobject>

gets the image from fop-0.94/images. I would like to take the images from a path relative to my docbook. Can I do this?
Radu
Posts: 9436
Joined: Fri Jul 09, 2004 5:18 pm

Post by Radu »

Dear Raluca,

Can you give us more information about how you configured the external FOP in Oxygen?
Like the working directory and the command line.

By the way, the 9.0 Oxygen version was just released containing builtin support for FOP 0.94.

Thank you for contacting us.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
raluca
Posts: 7
Joined: Thu Oct 18, 2007 8:53 pm

Post by raluca »

I have resolved this problem in another way, with a proper template in my stylesheet :)
Post Reply