Dim
xdoc
As
New
XmlDocument
xdoc.Load(strFullName)
nodelist
XmlNodeList = xdoc.GetElementsByTagName(
"taSopTrackingNum"
)
For
Each
node
XmlElement
In
Console.WriteLine(node(
"SOPNUMBE"
).InnerText)
Next