Pull news from an RDF Feed using Ruby and Nokogiri?
Posted
by
Christian
on Stack Overflow
See other posts from Stack Overflow
or by Christian
Published on 2012-10-08T14:59:46Z
Indexed on
2012/10/08
15:37 UTC
Read the original article
Hit count: 219
I would like to pull the title
and 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 title
and description
fields in an array?
© Stack Overflow or respective owner