|
Usually, you'd need to use a server side scripting language like PHP to load the RSS file and parse data from it.
RSS feeds are just a form of XML, so it might be possible to do it with XSLT stylesheets, though I don't know how well that would work out (XSLT is used to transform XML formats into other XML based formats such as XHTML or Atom feeds).
|