RE: [xep-support] Image Files

From: DESEYNE Jacques <Jacques.DESEYNE@swift.com>
Date: Wed Aug 31 2005 - 01:14:44 PDT

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@renderx.com
>[mailto:owner-xep-support@renderx.com] On Behalf Of Sajeesh N Kakkat
>Sent: Wednesday, August 31, 2005 9:33 AM
>To: xep-support@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@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
>

-------------------
(*) 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 Wed Aug 31 01:47:49 2005

This archive was generated by hypermail 2.1.8 : Wed Aug 31 2005 - 01:47:50 PDT