Generating RSS 1.0

Hi All,
I bought the ‘beta book’ of Rails Recipes from pragprog and there’s a
tutorial in there for producing RSS 2.0, i’d like to generate RSS (RDF)
1.0 though. Can anyone point in the right direction. I’ve had little
luck finding detailed information on the ruby XML class.

Thanks

dave flynn wrote:

Hi All,
I bought the ‘beta book’ of Rails Recipes from pragprog and there’s a
tutorial in there for producing RSS 2.0, i’d like to generate RSS (RDF)
1.0 though. Can anyone point in the right direction. I’ve had little
luck finding detailed information on the ruby XML class.

Thanks

XML package REXML comes with Ruby, it supports XPath.
You can find information here:
http://www.germane-software.com/software/rexml/docs/tutorial.html

  • Tony

Tony J. wrote:

XML package REXML comes with Ruby, it supports XPath.
You can find information here:
http://www.germane-software.com/software/rexml/docs/tutorial.html

  • Tony

Excellent, thanks!