On Wed, 2009-01-28 at 10:23 +0100, Cosimo Cecchi wrote: > There's also a GObject-based RSS parser [1] that could help with your > project. I never used it myself, but it looks quite nice. > > [1] http://github.com/chergert/rss-glib/wikis As someone who tried using rss-glib before, the problem with it is that it is a wrapper around libmrss which fails to parse Atom correctly. Planet feeds contain multiple <link>s but libmrss simply takes the first (or was it last, I can't recall) link, which isn't at all useful. feedparser ftw. It does mean using Python, but it is an excellent feed parser. Ross -- Ross Burton mail: ross burtonini com jabber: ross burtonini com www: http://burtonini.com
Attachment:
signature.asc
Description: This is a digitally signed message part