You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tim Bachta <tb...@kopent.com> on 2003/06/10 17:23:40 UTC

Gif image

I am trying to show an image in my final file.  I am using the following
code in my xsl file but when I go to the page as all I get is the blank
image icon.  Can anyone please help me with my little issue here, I know
it is probably a stupid mistake but I have not been able to find it
anywhere.  Thanks.

 

<img src="C:\Program Files\Apache Group\Tomcat
4.1\webapps\cocoon\vyzo\images/icons/disabled/keypad.gif" /><br />Keypad

 

Tim Bachta

 

 


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: Gif image

Posted by Upayavira <uv...@upaya.co.uk>.
> I am trying to show an image in my final file.  I am using the
> following code in my xsl file but when I go to the page as all I get
> is the blank image icon.  Can anyone please help me with my little
> issue here, I know it is probably a stupid mistake but I have not been
> able to find it anywhere.  Thanks.

Firstly, read:

http://wiki.cocoondev.org/Wiki.jsp?page=ServingStaticFiles

> <img src="C:\Program Files\Apache Group\Tomcat
> 4.1\webapps\cocoon\vyzo\images/icons/disabled/keypad.gif" /><br
> />Keypad

Then,  in your code, use <img src="vyzo/images......."/> where whatever is in the src 
attribute is matched by a matcher in your pipeline.

Regards, Upayavira


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: Gif image

Posted by James Schumann <js...@uoguelph.ca>.
Hi Tim,

Could it be the way you're mixing different types of slash in the path?

James



On Tue, 10 Jun 2003, Tim Bachta wrote:

> I am trying to show an image in my final file.  I am using the following
> code in my xsl file but when I go to the page as all I get is the blank
> image icon.  Can anyone please help me with my little issue here, I know
> it is probably a stupid mistake but I have not been able to find it
> anywhere.  Thanks.
> 
>  
> 
> <img src="C:\Program Files\Apache Group\Tomcat
> 4.1\webapps\cocoon\vyzo\images/icons/disabled/keypad.gif" /><br />Keypad
> 
>  
> 
> Tim Bachta
> 
>  
> 
>  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org