- From: Ai, Larry <lai@cas.org>
- Date: Fri, 30 May 2003 14:50:08 -0400
- To: "'www-xsl-fo@w3.org'" <www-xsl-fo@w3.org>
I need to create external images on the fly and include the images in the document.
I try the following:
<xsl:variable name="image">
<!-- the following template return an image file name -->
<xsl:call-template name="create-image"/>
</xsl:variable>
<fo:external-graphic src="$image"/>
FOP does not allow variable used in the attribute.
Any workaround?
Thanks!
Larry
Received on Friday, 30 May 2003 14:51:15 UTC