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.
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?