XSLT - showing HTML tags from RSS feeds

Associate
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
Hi all,
I'm just experimenting with XSLT for the first time today. I'm trying to take an RSS feed, and display it to the screen - I've got that bit working fine.

However, i'm falling over when it comes to displaying HTML that is embedded in the RSS feed properly. For example, the description of the article has <strong></strong> tags in. This seems to be being converted into HTML entities. How can I stop this, and display it as HTML?

Cheers,
Matt
 
Back
Top Bottom