posted 12 years ago
Hello
I'm using GWT 2.4 on Windows 7
I'm trying to parse the following XML file:
The problem is there are 3 session nodes and I need have a loop in my program.
so it is:
While session
parse session
get next session
but I don't know how to do the loop.
I have tried to do it with a for loop but it doesn't work correctly.
I get the first session data 3 times.
When what I want is all of the 3 different session information.
Here is the program I have so far:
The for loop is where the problem is