[xep-support] Image Files

DESEYNE Jacques Jacques.DESEYNE at swift.com
Wed Aug 31 01:14:44 PDT 2005


Sajeesh,

Specifying an "image base folder" path as a parameter to your XSL transformation can do this -- this would work with whatever XSL
processor absorbing the FO.

Your XSL templates would contain things like

<xsl:template match="graphic">
  <fo:external-graphic src="url({$imgbasedir}/{@imgfileref})" ... />
  ...
</xsl:template>



>-----Original Message-----
>From: owner-xep-support at renderx.com 
>[mailto:owner-xep-support at renderx.com] On Behalf Of Sajeesh N Kakkat
>Sent: Wednesday, August 31, 2005 9:33 AM
>To: xep-support at renderx.com
>Subject: [xep-support] Image Files
>
>Hi,
>
>I have stored a image "image.gif" in a directory -  
>"C:\Works\Images\" and
>in FO documents referring it to as url('image.gif').  [ This 
>is to avoid a
>hardcoded path in FO since they should be configurable ]
>
>Is there a way to configure XEP to indicate a image or base 
>directory such
>that it finds the image while rendering the PDF. In FOP this is
>configurable and works fine.
>
>Sajeesh
>
>
>-------------------
>(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
>in the body of the message to majordomo at 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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2418 bytes
Desc: not available
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20050831/cc237aa8/attachment.bin>


More information about the Xep-support mailing list