Quote Originally Posted by jAQUAN View Post
It would be more helpful if you posted a sample of the xml.
If each user is represented by a <viewer> node and all viewer nodes are within a <list> node then you want to lookup myXML.list.viewer.length()
Thank you, jAQUAN. I figured it out, eventually. I actually used myXML.list.viewer.length(), however I should've put it after the loading of the XML, not before it.


Problem solved, thank you.