Posted
on Nov 21, 2011
(permalink)
We have a problem with our website, running on Sitefinity 3.7 (R2), in that if a Chrome user clicks on our RSS feed link, instead of getting the formatted page they get a page full of XML code.
From my research, it appears that Chrome does not know how to render RSS feed pages without an XSL formatting tag, like the one below:
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/shared/bsp/xsl/rss/nolsol.xsl"?>
Now, I just need to know where in Sitefinity I can go and update the default RSS feed page, to add this tag in, so that I can create a formatting page to get RSS feeds working in Chrome.
All other browers are working OK, just Chrome does not play nice without this formatting reference.
Any suggestions on how to inject this XML tag will be greatly appreciated.