Question Trying to Read Values from XML file

Onamission71

Member
Joined
Jul 8, 2009
Messages
14
Programming Experience
Beginner
I have an xml file which I am trying to extract the value for the Time , TotalEnters and TotalExits can someone please point me in the write direction before I pull the rest of my hair out, I've tried several methods from searching the net but to no avail the XML file is as follows:-
<?xml version="1.0"?>
<Realtimemetrics SiteID="1">
<Properties>
<IPAddress>192.168.1.10</IPAddress>
<Timezone>0</Timezone>
</Properties>
<RTReport Date="2013-04-03T14:30:30">
<RTCount TotalEnters="5" TotalExits="6"/>
</RTReport>
</Realtimemetrics>

Thanks
 
Back
Top