hello everyone.In my application am getting an xml file from server and in that i have some attributes for the element.i donno how to read the attributes .The following is my XML file
<History>
<Result ImageId="4507" Description="" Date="10/19/2010 12:49:22 AM" />
<Result ImageId="4505" Description="" Date="10/18/2010 8:01:28 AM" />
</History>
so i want to assign ImageId,Description and Date into three variables and i want to save each result into an array. Reading data from that array.Please help me..