Hi there,
I want to add an image to my PDF output. The problem ist, that
<fo:external-graphic src="url('URL here')"/>
will accept nothing but an URL. The link to the image I want to add however is derived from another value inside the XML document being transformed.
Is there any way to generate image URL dynamiclly?
Thanks in advance sebastian