I have question about RSS yahoo weather forecast.
My case : How Get temp in rss yahoo weather forecast?
my code: I loop:
$current = $item->xpath('yweather:condition');<br>
$forecast = $item->xpath('yweather:forecast');<br>
end loop
{$forecast[0]['day']} - {$forecast[0]['date']} - {$forecast[0]['text']}. High: {$forecast[0]['high']} Low: {$forecast[0]['low']} || Code :{$forecast[0]['code']}
but for {$forecast[0]['temp']}
not work.