How to use XSLT to style an RSS feed
June 17th, 2009 By nFriedly
XSLT is a fairly well-supported technology. It allows you to take any XML file – including RSS – and transform it into a styled HTML document. It’s kind of like CSS on steroids.
Unfortunately, most browsers think they know better and go off and do their own thing on RSS feeds.
We’re going to look at how and which browsers can be brought into line, and how to use XSLT to improve the look of your RSS feed in those browsers.
