> 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.
Could you elaborate more on this? This may be one more step in showing myself as a complete newbie (which I am) but I don't see how thiscould help me. BB Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]