Hi , that's my code above. How do I get all following elements from an XML document ?
I use the below codes to
test...
My xml I am parsing is this below...
And the output when running the test is...
How could nodes length be 0 when there's so many nodes in the xml documents as you can see ?
If you noticed, I didn't put to class and full codes since it's going to make this post very long so I only post the imports and the essential codes so that anyone can get an idea what I am trying to do.