Antonio Gallardo Rivera wrote: > 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>
<map:match pattern="**favicon.ico"> <map:read mime-type="application/ico" src="resources/icons/favicon.ico"/> </map:match> I suggest that you stick to the "/favicon.ico" URL because some browsers will request that URL regardless of the <link> element. Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- 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]>