Is there a simpler way to parse RSS feeds with PHP? Currently I'm using this to parse FOXnews' Political RSS feed:
http://techrepublic.com.com/html/tr/sid ... 834-2.html
I want to end up using PHP to print out a link like this:
- Code: Select all
<a href="http://www.foxnews.com/story/0,2933,436781,00.html">Bush Welcomes Italian Prime Minister to White House</a>
Thanks!



