Lets say i have xml in the following format
<main>
<rooms><type><lobby count="23" value="19">...<lobby count="18" value="17">
...
...
How can i loop thru all the <rooms>, all the <types>, all the <lobbies> and get the 'value's for every item in there?




Reply With Quote