• 0

XSLT Question


Question

When checking out RSS feeds like http://msdn.microsoft.com/subscriptions/rss.xml , you'll see that <description> contains actual html code.

But when I'm using <xsl:value-of select="description"/> or <xsl:copy-of select="description"/> in my XSLT file, the html code is still shown as text.

I've designed my XSLT file to view RSS feeds in nice html, but since the MSDN Subscribers RSS feed already contains html code, I wish to just use those html code instead of making my own layout in my XSLT file.

Problem is the html I got from the feed keeps showing as just text, and I have absolutely no idea how to fix it.

Please help :)

Edited by ObCeeDee
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.