Question

I have a PHP Script that loads an rss feed, parses it through Tidy (to create the object) then gets scanned through like an array to get all the values. But I am moving servers, and the new server doesn't have Tidy installed. Are there any alternatives?

Was it helpful?

Solution

Google for "php parse rss" (less the double quotes) and you'll find lots of libraries in PHP to parse an RSS feed. Take your pick.

Here are a few:

RSS PHP

Magpie RSS

OTHER TIPS

You can try htmLawed -- small and fast and doesn't require a PHP extension

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top