|
Subject: [xsl] XSL-FO: Including SVG images From: Antonio Fiol <fiol@xxxxxxxxxx> Date: Fri, 05 Jul 2002 09:56:37 +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>
<fo:instream-foreign-object>
<svg:svg width="400px" height="300px">
<svg:desc>Graphique des performances de l'URL.
</svg:desc>
<svg:image x="0" y="0" width="400px" height="300px"
xlink:href="http://host/some/image.png">
<svg:title>My image</svg:title>
</svg:image>
</svg:svg>
</fo:instream-foreign-object>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Multi page html output, Qinghui Zeng | Thread | Re: [xsl] XSL-FO: Including SVG ima, Antonio Fiol |
| [xsl] Multi page html output, Agaram Madhavaraju | Date | Re: [xsl] XSL-FO: Including SVG ima, Antonio Fiol |
| Month |