Is it possible to determine the feed type and version in a way so that you can make sure that you have the correct version. At the lowest level so to speak. Namespaces is an obvious approach, but its not present for a lot of feeds.
Any thoughts?
(I'm trying to mashup varioius RSS Feeds).
Thanks in advance for any help!
I don't know of a clean way. Check out this question for a number of approaches.
Zend_Feed_Reader looks interesting IMO. Maybe it's possible to try and get the feed's version with that.