EDN Admin
Well-known member
I need help count the number of users in the a XML file. The sample XML file may look like this
<Users>
<User>
</User>
<User>
</User>
......
<User>
</User>
</Users>
So I have to count how many <User> in the XML file ? <hr class="sig Varun
View the full article
<Users>
<User>
</User>
<User>
</User>
......
<User>
</User>
</Users>
So I have to count how many <User> in the XML file ? <hr class="sig Varun
View the full article