Helllo Community,
I was wondering if there is a way to get all the second nodes from an xml file example:

<?xml version="1.0" encoding="utf-8"?>
<!--XML Comment-->
<Main-Node>
  <Second-Node>
    <Third-Node>Node</Third-Node>
  </Second-Node>
  <Second-Node>
    <Third-Node>Node</Third-Node>
  </Second-Node>
</Main-Node>

Please Help...

Here is a link to code that will allow you to read on an element basis.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.