Alexander Koppelhuber wrote:
I tried to render my fo files to svg, which works
fine for text. But none of the external images
makes it to the svg file. Batik can produce <image>
tags with links to external images.
Is this a limitation in fop?
(producing a pdf with the same fo file works fine).

Most likely your images weren't found. Check whether the source URLs would work with an fo:external-graphic. You might need to use absolute URLs. Other possiblities: - The image file formats are not supported. I'm not sure but perhaps installing Jimi (see FOP FAQ) helps with this issue. - You forgot to declare the xlink namespace.

A code sample would have helped in diagnosing the problem.

J.Pietschmann



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



Reply via email to