Hi - I am trying to implement the image scaling customization as
described at http://www.renderx.com/usecasestest.html
I have cut and pasted the code below into my ...
\Customization\fo\xsl\custom.xsl file
<xsl:template match="image">
<fo:block line-height="1pt">
<fo:external-graphic content-width="scale-to-fit"
content-height="100%" width="100%" scaling="uniform">
<xsl:attribute name="src">url(<xsl:value-of select="@src"/>)
</xsl:attribute>
</fo:external-graphic>
</fo:block>
</xsl:template>
However, when I build it fails to find any of the graphics.....in the fo
file I get this for the source of the graphic: src="url()
"
What am I missing here ? - how do I tell it to keep the original src
value for each graphic and just change the other attributes ?
/Daragh
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Tue Oct 16 19:49:58 2007
This archive was generated by hypermail 2.1.8 : Tue Oct 16 2007 - 19:50:03 PDT