how can i read from XML
Posted: Thu Jan 31, 2013 5:02 am
Hello
We have an XML that has information about the amount of visitors currently in our website
looks like this:
</OneMany_TotalHosts>
- <OneMany_TotalGuests Counter="964">
</One2Many_TotalGuests>
<MultiView_TotalGuests Counter="0" />
- <MultiView_Hosts_HH Counter="3" fly6="2" fly2="1">
<_2 Counter="3" fly6="2" fly2="1" />
</MultiView_Hosts_HH>
what can i use to get a read for section "OneMany_TotalGuests Counter" showing me "964" ?
Thanks !
We have an XML that has information about the amount of visitors currently in our website
looks like this:
</OneMany_TotalHosts>
- <OneMany_TotalGuests Counter="964">
</One2Many_TotalGuests>
<MultiView_TotalGuests Counter="0" />
- <MultiView_Hosts_HH Counter="3" fly6="2" fly2="1">
<_2 Counter="3" fly6="2" fly2="1" />
</MultiView_Hosts_HH>
what can i use to get a read for section "OneMany_TotalGuests Counter" showing me "964" ?
Thanks !