set_feed_url('http://es-us.clima.yahoo.com/forecastrss?p=PAXX0003&u=c'); // We're going to override the built-in SimplePie_Item class with the SimplePie_Item_YWeather class. $feed->set_item_class('SimplePie_Item_YWeather'); // Initialize the feed $feed->init(); // Since Y! Weather feeds only have one item, we'll base everything around that. $weather = $feed->get_item(0); // Begin XHTML page ?>