Jump to content

scraping the required data from RSS


sheraz

Recommended Posts

An RSS feed is essentially an XML document. As such it can be parsed with any of the DOM document technologies. One option would be to use the simplexml extension. I believe there is an example of parsing xml in the tutorials section of this site.

well i thanks alot sir, a found the solution, now i have another requirement, actually reading rss link one by one will not be a so good, because it will be a static approach, my requirement is that whenever the site rss links are updated, then i automatically get the updates. is there any function or library which can help me. a friend of mine told me that i have to create a crawler, but how to develope a crawler, is there any function or library available in php, :(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.