Peter Verhoye wrote:
So, I don't see how to do this using anything else than an extension.
Get the image source URL from a style sheet parameter:
<xsl:stylesheet ...>
<xsl:param name="image-src"/>
<xsl:template ...>
...
<fo:external-graphic src="{$image-src}"/>
...
See
http://xml.apache.org/fop/embedding.html#render-with-xslt
for an example of embedding FOP. You can set the paramter
by using setParameter on the transformer (details in the
JavaDoc).
Definitely much easier than implementing a FOP extension.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]