Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Bugs & Issues > Applying stylesheets to RSS pages.

Applying stylesheets to RSS pages.

  • Lurch avatar

    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.

    Reply

  • Radoslav Georgiev Radoslav Georgiev admin's avatar

    Posted on Nov 24, 2011 (permalink)

    Hello Lurch,

    Google Chrome does not have built in RSS feed reader (they have Google Reader). This means that if you want to see feeds in Chrome you must install a plugin to read RSS feeds.

    Best wishes,
    Radoslav Georgiev
    the Telerik team
    Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Bugs & Issues > Applying stylesheets to RSS pages.