Re: image file path

2001-12-17 Thread Stephan Kassanke

Hi Maneshi,

you should use an correct URI, file:// or http:// make sure that
your application has the proper rights to access the image espially for the
file:// protocol. Relative URLs do not work as far as I know, so make them
absolute, e.g. http://somewhere.com/images/myimg.gif

Stephan


- Original Message -
From: Maneshi Tuli [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 12, 2001 3:55 PM
Subject: image file path



 Hi ,
 When i run my FOP code on unix machine ,
 it is not able to pick the image file , it gives error
 error on relative URL : no protocol:
null/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWe
bApp/images/english/global_navbar/d.gif

 my code is like this
 fo:external-graphic
   xsl:attribute  name=srcxsl:value-of
select=concat('file','/home/opt/weblogic610/wlserver6.1/config/mydomain/app
lications/DefaultWebApp//images/english/deutschelogo.gif') /
  /xsl:attribute
   /fo:external-graphic


 plz tell me , what should i give in path to make it work

 thanks




 --

 This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




image file path

2001-12-12 Thread Maneshi Tuli


Hi ,
When i run my FOP code on unix machine ,
it is not able to pick the image file , it gives error
error on relative URL : no protocol: 
null/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWebApp/images/english/global_navbar/d.gif

my code is like this
fo:external-graphic
  xsl:attribute  name=srcxsl:value-of 
select=concat('file','/home/opt/weblogic610/wlserver6.1/config/mydomain/applications/DefaultWebApp//images/english/deutschelogo.gif')
 /
 /xsl:attribute
  /fo:external-graphic


plz tell me , what should i give in path to make it work

thanks




--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]