Reputation: 22030
I want to be able to read any well-formed RSS/ATOM file. That would mean I would not not know the tags, start the loop and the fields. How do I go about doing it in PHP.
Thanks Jean
Upvotes: 0
Views: 508
Reputation: 4218
You can use SimpleXML http://php.net/manual/en/function.simplexml-load-string.php
Upvotes: 0
Reputation: 1391
You can try Zend Framework's feed class.
But you should be more specific about your task..
Upvotes: 1