Requesting this http://www.google.com/ig/api?weather=Delhi
I got an xml file... How to get only the <temp_c data="35"/>
and display it inside an iframe or some other html as 35° C
... How to do this? Any suggestion..
EDIT:
It is just a static HTML page and is it possible to parse the XML using jquery or javascript?