You are not logged in.
Pages: 1
Does anyone know a good library for parsing RSS feeds on C? I searched for it but I couldn't find anything, maybe I'm using the wrong keywords.
Thanks.
(lambda ())
Offline
I can not think of a C library for parsing RSS feeds. Not quite what you want but you could use libxml2 for generic XML parsing.
Offline
Well, the idea is to create a RSS reader that runs as a daemon, periodically reading them and storing new entries to a database. Then, to read this database, there would be different interfaces, as ncurses and GTK, for example.
Actually I'm still thinking about it. My vacations are coming and I need some projects to during it.
(lambda ())
Offline
Pages: 1