You are not logged in.

#1 2008-10-14 01:00:06

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Library for parsing feeds on C

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

#2 2008-10-14 09:43:28

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: Library for parsing feeds on C

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

#3 2008-10-14 11:53:07

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: Library for parsing feeds on C

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

Board footer

Powered by FluxBB