Toby DiPasquale wrote: > Has anyone used RubyRDF for anything yet? I wanted to > grab the RDF file from Slashdot and put the links in a database, > but the description of RubyRDF doesn't seem like it would be able > to handle even that... Has anyone had any experience with this > library, or can recommend an RDF utility for Ruby? For just extracting links from an RSS like feed, I'd use REXML. Here I used NQXML: http://www.pinkjuice.com/howto/RubySVG/examples.xhtml#examples_osource_news SVG: http://www.rubynewbies.com/~tobi/h_osource_news.rb?IEHack=.svg Ruby source: http://www.rubynewbies.com/~tobi/show_source.rb?file=h_osource_news.rb&format=.xhtml Tobi -- http://www.pinkjuice.com/