Information on the Yahoo! Weather RSS Feed is available at http://developer.yahoo.com/weather/.
In the text, they describe that we can get current weather by RSS using the following feed syntax:
http://weather.yahooapis.com/forecastrss?w=2502265
where 2502265 is the location for the weather forecast as a WOEID.
I would like to add feeds like this and display their results in Views. However, while the Yahoo! Weather RSS response has many elements (yweather:location, yweather:condition, etc), they are not available in Views. I am only able to use Aggregator: Title, Aggregator: Body, Aggregator: Timestamp and a few others.
Is there a way to have access to these other elements?