<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff
size=2></FONT><BR> </DIV>
<DIV></DIV>
<DIV><FONT face=Arial size=2><SPAN class=296272802-12102007>Hi - I am trying to
implement the image scaling customization as described at <A
href="http://www.renderx.com/usecasestest.html">http://www.renderx.com/usecasestest.html</A></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296272802-12102007>I have cut and
pasted the code below into my <SPAN class=828041802-17102007><FONT
color=#0000ff> ... </FONT></SPAN>\Customization\fo\xsl\custom.xsl file
</SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT face=Arial size=2><xsl:template
match="image"><BR> <fo:block
line-height="1pt"><BR> <fo:external-graphic
content-width="scale-to-fit" content-height="100%" width="100%"
scaling="uniform"><BR> <xsl:attribute
name="src">url(<xsl:value-of
select="@src"/>)<BR></xsl:attribute><BR></fo:external-graphic><BR></fo:block><BR></xsl:template></FONT></DIV></BLOCKQUOTE>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296272802-12102007>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: </SPAN></FONT><FONT face=Arial size=2><SPAN
class=296272802-12102007>src="url()&#xA;"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=296272802-12102007>What am I missing
here ? - how do I tell it to keep the original src value<SPAN
class=828041802-17102007><FONT color=#0000ff> for each
graphic </FONT></SPAN> and just change the other attributes
?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=296272802-12102007>/Daragh</SPAN></FONT></DIV></BODY></HTML>