如何通过Latitude&获取天气信息来自“http://api.wunderground.com”的经度

时间:2012-03-06 11:45:27

标签: java android xml nodes weather

我无法通过设置纬度和经度从http://api.wunderground.com获取天气信息:

String urlString =“http://api.wunderground.com/auto/wui/geo/GeoLookupXML/index.xml?query=”+ lat +“,”+ lng;

我不知道如何从xml中保留我需要的东西。我怎么能这样做?有一个例子吗?

我只想知道如何将此网址转换为“文档”以从中读取节点。