Guest_imported
New member
- Jan 1, 1970
- 0
Hi!
I want to put a SVG Graphik into a PDF File using a XSL Stylesheet. My problem is that I did'nt finde any way to set the size of the SVG inside the Stylesheet. I tried it like this, but it doesnt work.
<fo:external-graphic height="5cm">
<xsl:attribute name="src">
<xsl:text>url('</xsl:text>
<xsl:value-of select="$imageFileName"/>
<xsl:text>') </xsl:text>
</xsl:attribute>
</fo:external-graphic>
Thx in advance!
I want to put a SVG Graphik into a PDF File using a XSL Stylesheet. My problem is that I did'nt finde any way to set the size of the SVG inside the Stylesheet. I tried it like this, but it doesnt work.
<fo:external-graphic height="5cm">
<xsl:attribute name="src">
<xsl:text>url('</xsl:text>
<xsl:value-of select="$imageFileName"/>
<xsl:text>') </xsl:text>
</xsl:attribute>
</fo:external-graphic>
Thx in advance!