RE: [xep-support] Image Files

From: Sajeesh N Kakkat <ksajeesh@in.ibm.com>
Date: Wed Aug 31 2005 - 02:02:03 PDT

Hello Jacques,

Thanks , we had evaluated this way, but we tend to avoid setting
parameters in XSL Transformation, wanted to see if there is a way to avoid
this and do it within XEP. Is it possible ?

Sajeesh

                                                                           
             "DESEYNE Jacques"
             <Jacques.DESEYNE@
             swift.com> To
             Sent by: <xep-support@renderx.com>
             owner-xep-support cc
             @renderx.com
                                                                   Subject
                                       RE: [xep-support] Image Files
             08/31/2005 10:14
             AM
                                                                           
                                                                           
             Please respond to
                xep-support
                                                                           
                                                                           

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 02:26:00 2005

This archive was generated by hypermail 2.1.8 : Wed Aug 31 2005 - 02:26:01 PDT