I need javascript to get the weather in my current area & then display what it returns as a letter, which would then display an icon since it's a symbol font. (Climacons font) I'm going to use the Google API to get the data. I need to use javascript to get the XML line
<condition data="_____________"/>
in the current_conditions section, and then put that into an array so I can use it to replace that data with a letter to be displayed on the screen. If anyone can help me write a script that can read the XML data & put it into an array, it'd be EXTREMELY helpful!