Hi,
I have an application in which I am getting XML as below. How to parse the following XML such that I need to maintain two separate arrays for 'id' and 'last updated'. In idArray I want to maintain all the ids and in updatedArrays I want to maintain all the dates.How to do that? Both id and lastUpdate are within a single tag as below.
id="[email protected]" lastUpdate="08/27/2010 04:15:42PM"