Here are a couple XPATH samples
Code:'get hiddenFields node Dim xmlItem = XMLDoc.SelectSingleNode("hiddenFields") 'get hiddenFields child nodes For Each xmlItem In XMLDoc.SelectNodes("hiddenFields/*") Next
|
Results 1 to 5 of 5
Thread: Reading An XML FileThreaded View
|
Click Here to Expand Forum to Full Width |