I am trying to set the icon of the site with cocoon. My problem is I dont know
what mime-type to set in the sitemap.xmap
<map:match pattern="images/*.ico">
<map:read mime-type="image/bmp" src="resources/images/{1}.ico"/>
</map:match>
The "favicon.ico" is in the directory: "/resources/images" and set in the
stylesheet with the hardcoded string:
<head>
<link rel="shortcut icon" href="images/favicon.ico"/>
</head>
But the browser dont get it.
Please help me.
BTW, I am using: Tomcat 4.1.10, Cocoon 2.1 (last CVS) and J2SDK 1.4.1
Many thanks in advance ;)
Antonio Gallardo
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>