<!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>&nbsp;</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 &nbsp;<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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=296272802-12102007>I have cut and 
pasted the code below into my&nbsp;<SPAN class=828041802-17102007><FONT 
color=#0000ff>&nbsp;...&nbsp;</FONT></SPAN>\Customization\fo\xsl\custom.xsl file 
</SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV><FONT face=Arial size=2>&lt;xsl:template 
  match="image"&gt;<BR>&nbsp;&lt;fo:block 
  line-height="1pt"&gt;<BR>&nbsp;&lt;fo:external-graphic 
  content-width="scale-to-fit" content-height="100%" width="100%" 
  scaling="uniform"&gt;<BR>&nbsp;&lt;xsl:attribute 
  name="src"&gt;url(&lt;xsl:value-of 
  select="@src"/&gt;)<BR>&lt;/xsl:attribute&gt;<BR>&lt;/fo:external-graphic&gt;<BR>&lt;/fo:block&gt;<BR>&lt;/xsl:template&gt;</FONT></DIV></BLOCKQUOTE>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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()&amp;#xA;"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007></SPAN></FONT>&nbsp;</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>&nbsp; for each 
graphic&nbsp;</FONT></SPAN> and just change the other attributes 
?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=296272802-12102007>/Daragh</SPAN></FONT></DIV></BODY></HTML>