RSS Feed fix for Dot Net Nuke

For any of you that use Dot Net Nuke RSS Feeds, you will know that the built in reader does not display HTML tags correctly.   There are plenty of other RSS readers (payware) available out there that work, but here is a MUCH cheaper way of fixing the problem 🙂

In the file DesktopModules/News/RSS91.xsl, change the line

<xsl:value-of select=”description”/>
to
<xsl:value-of select=”description” disable-output-escaping=”yes”/>

Credit to the person that found this issue.   I could not find the link that I had for this note I took down.

  One Reply to “RSS Feed fix for Dot Net Nuke”

  1. David Maloni
    November 17, 2008 at 2:57 pm

    Thanks for the tip on the RSS feeds. Is there a way to have the links on the particular RSS news open with another tab as opposed to taking the visitor of my web site?

Leave a Reply to David Maloni Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.