How to parse rss from a php page, using jQuery/jFeed?
- by ricebowl
I'm trying to fumble my way through parsing rss sensibly, using jQuery and jFeed.
Because of the same origin policy I'm pulling the BBC's health news feed into a local page (http://www.davidrhysthomas.co.uk/play/proxy.php).
Originally this was just the same proxy.php script as available in the jFeed download package, but due to my host's…