Hi I have what I think is a simple problem but after much searching cant seem to find a solution. I have an xml file stored on an web server and I need to read the data using vb.net for a smart device application.
I also need the ability to select indvidual nodes of the xml file. It currently a simple file but will be expanded upon.
<?xml version="1.0" encoding="utf-8"?>
<pupil>
<name>Test Name</name>
<tagid>00000000000000000001</tagid>
</pupil>
I need to access the name node to start with.
Any Help and Advice Appreiated