|
Tutorials / FAQs -
Programming
|
|
Parsing RSS feeds is a challenging enough process. XML is easy to read by simply looking at it, but how are you supposed to work with it in code? There are a number of examples available, but most of them use remote file connections. Here's how to easily parse an RSS feed for display or for just about any sort of data manipulation you can imagine.
Here's an example where I parse the feed available on my site: For some reason I am having a problem getting my code parsing utility to display the entire script on this page. Here is a link to a text formatted version of the php script: benConleyRSS.txt |