> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
