lastRSS and magpieRSS got the first position on google.
On pear there is XML_RSS but i dont think it suports atom
Magpie looked a bit simpler to use...
I need a perser that gets:
title
link
description
date updated
either date updated or the date of every single item so i can check if there is updates or not. I want to store the data in a database once a day rather than just show the last feed. I think i will usa a cronjob.
so... date comparison is important...
suport for rss up to 2.0 and atom is important.
wich parser should i use?
why?
thanks in advance for any opinion/sugestions.
which feeds parser to pick?
Moderator: General Moderators
You may want to do a google search for X vs X and see what you find. I found this in about 4 seconds.
http://frenchfragfactory.net/ozh/archiv ... s-parsers/
http://frenchfragfactory.net/ozh/archiv ... s-parsers/
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
You could always use a prefab script from an example, like I did with Kevin Yank's sitepoint example.