I am pretty much new to XML and all that goes with it. I want to put the current weather on our local intranet. The following XML file contains all the data I need, and then some:
The following contains what I want to extract:
How can I extract text, code, and temp in my XLS file?
Thanks.
The following contains what I want to extract:
Code:
<yweather:condition text="Clear" code="34" temp="71" date="Tue, 27 Sep 2005 2:51 pm PDT" />
How can I extract text, code, and temp in my XLS file?
Thanks.