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...