RSS

Tag Archive | "advanced"

Slightly More Advanced RSS Parsing

Saturday, September 13, 2008

5 Comments

I made a tutorial a while back which parsed RSS feeds however it was really simple, in fact too simple…So here is a completely new script which parses the feeds in a completely different way. So heres a walk-through of the script… Firstly we need to represent the feed as an xml document. Using DOMDocument…More information here $xmldoc [...]

Continue reading...