Vote count:
0
I'm writing an assembly in VB.NET which will connect to a rest web service, call the contents in XML and upon being returned I want to specifically grab the contents and write it to a file. I'm new at this and looking to get the contents of the column1 node and write it into a text file.
The XML looks like this:
<p5:test xmlns:p5="http://ift.tt/1zuvDG2">
<row>
<column1>test</column1>
</row>
<row>
<column1>Test2</column1>
</row>
</p5:test>
Thanks for your help.
asked 24 secs ago
Read XML Node in VB.NET
Aucun commentaire:
Enregistrer un commentaire