RSS feed parsing troubles
Posted: Tue Jan 20, 2009 7:32 am
Hi to all,
I am trying to parse an rss weather feed from the BBC like this one :
http://feeds.bbc.co.uk/weather/feeds/rs ... d/0008.xml
And the fact is that when i open the rss in the php using an fopen or even a @file(http://feeds.bbc.co.uk/weather/feeds/rs ... d/0008.xml) the result is different then what i can see if i open the source of the rss file and, more annoying, the one line telling the weather (sunny/cloudy/rainy...) is disappearing, i can't find it in my string. Do you know why this is happening, and how to deal with it ?
I am trying to parse an rss weather feed from the BBC like this one :
http://feeds.bbc.co.uk/weather/feeds/rs ... d/0008.xml
And the fact is that when i open the rss in the php using an fopen or even a @file(http://feeds.bbc.co.uk/weather/feeds/rs ... d/0008.xml) the result is different then what i can see if i open the source of the rss file and, more annoying, the one line telling the weather (sunny/cloudy/rainy...) is disappearing, i can't find it in my string. Do you know why this is happening, and how to deal with it ?