Thread: html + rss
View Single Post
Old 01-04-2008, 22:01   #2 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
You'll need some sort of RSS parsing capability. This requires server-side programming via PHP or another language to turn the XML into HTML. You could conceivably use XSLT to translate the XML into HTML, but IE doesn't support XSLT, so that's out. I've used an RSS parsing script called "Last RSS" before and it works nicely. There are more robust solutions available than it though.
  Reply With Quote