I am doing a weather report app. So i am going to get the yahoo services API. This following code is
<yweather:forecast day="Thu" date="20 Dec 2012" low="70" high="89" text="Partly Cloudy" code="30"/>
<yweather:forecast day="Fri" date="21 Dec 2012" low="71" high="90" text="Partly Cloudy" code="30"/>
I need to get these two tags attribute values in two different arrays…
first one is one array and the second one is in another array
how can i do this help me thanks in advance
Try this: