Okay, thanks.
Another question.. the ET:QW stats page also have some XML objects that are named the same, ie:
code:
<badges category="soldier" level="1">
<tasks total="600" id="1" value="8768.6899802"/>
<tasks total="2" id="2" value="87"/>
</badges>
<badges category="soldier" level="2">
<tasks total="3000" id="1" value="8768.6899802"/>
<tasks total="2000" id="2" value="2617.059387822"/>
<tasks total="20" id="3" value="87"/>
</badges>
How would I distinguish these apart, like getting the "total" under level "1" category "soldier" of task id "1"?
-Paril