How can I retrieve the favicon of a website with XSLT or JSP?

mobibob picture mobibob · Jan 2, 2010 · Viewed 54k times · Source

I want to list featured websites on my website and I thought it would be cool to honor and use their favicon. How do I get it from the domain for an arbitrary URL in either JSP or XSLT? I can fire off PHP or javascript, but XSLT is the preferred methodology.

Answer