天気予報アプリをやっています。yahoo サービスの API を取得します。この次のコードは
<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"/>
これらの 2 つのタグ属性値を 2 つの異なる配列で取得する必要があります...
1 つ目は 1 つの配列で、2 つ目は別の配列にあります
どうすればこれを行うことができますか 事前に感謝します