"fo:external-graphic" with "xsl:value-of select="image_url" on windows and Unix

[Gordon Guo]  Hello All Friends,

    Thank you so much fro your suggestion.  WE have tried:

	1.	Hard code the image location such as:
		<xsl:attribute name="src">
		   <http://wilbur/fanmedia/ifds-zenithqa/images/zenith.gif> 
		<xsl:attribute name="src"> for NT
		<xsl:attribute name="src">
		https://www3.onlinefinancialdocs.com/FANMedia/ifds-zenithqa/images/zenith.gif 
		<xsl:attribute name="src"> for for UNIX

	2.	Use url('image-location'): url('<xsl:value-of select="imgurl"/>/zenith.gif')
		Where imgurl = <http://wilbur/fanmedia/ifds-zenithqa/images/zenith.gif> for NT and <https://www3.onlinefinancialdocs.com/FANMedia/ifds-zenithqa/images/zenith.gif> for UNIX

		Our Web-Server (Netscape) and Application-Server (BEA) invoke the exact same Servlet and other transaction process (all written by ourselves) on both NT and UNIX test environments. However, the PDF page generated on NT with zenith logo while the page generate on UNIX without the logo.

    It is highly appreciated if any body has any more suggestion and / or advice.

Gordon
 

Received on Friday, 27 September 2002 15:19:33 UTC