Beginner in reading XML files with
VB.
I've got this XML file:
<Name>
<First>John</First>
<Surname>McGowan</McGowan>
</Name>
How can I display the content of one of the elements using nodes navigation (without using Getelementbytagname)?
Thanks very much