Pull news from an RDF Feed using Ruby and Nokogiri?
- by Christian
I would like to pull the titleand description fields from the newsfeed at http://www.tagesschau.de/newsticker.rdf to feed them to the Mac's Text-to-Speech engine.
My search for a nice Ruby Gem to do this has brought me to Nokogiri, but all examples that "pull something out" of a given XML seem to be centered around CSS somehow.
Does anyone have any idea how to save the titleand description fields in an array?