Re: [xsl] XSL-FO: Including SVG images

Subject: Re: [xsl] XSL-FO: Including SVG images
From: Antonio Fiol <fiol@xxxxxxxxxx>
Date: Fri, 05 Jul 2002 10:15:29 +0200
<xsl:variable name="url">http://......svg...</xsl:variable>
<fo:block>
<fo:instream-foreign-object>
   <xsl:copy-of select="document($url)" />
</fo:instream-foreign-object>
</fo:block>

Hello again,

Sorry for replying to myself, but I'd like to add the following information:

I have just tried to add width and height attributes to fo:instream-foreign-object, and more space is reserved for the graphic, bue exactly the same portion is rendered.


Antonio Fiol




XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread