getting value of specific XML start element
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have an XML file which I am reading throuh XMLTextReader. Now instead of traversing every element of XML , I just want to retrieve value of a particular start element. This start element is occusring many times in XML file . How can i retrieve value of only this start element in full XML ? Any suggestions ?? Divya Rathi
-
I have an XML file which I am reading throuh XMLTextReader. Now instead of traversing every element of XML , I just want to retrieve value of a particular start element. This start element is occusring many times in XML file . How can i retrieve value of only this start element in full XML ? Any suggestions ?? Divya Rathi
Try Looping the required statement with Instr() function