XmlNode.SelectNodes()
Dim doc As XmlDocument = New XmlDocument() doc.Load(uxOpenFileDialog.FileName) Dim nsm As XmlNamespaceManager _ = New XmlNamespaceManager(doc.NameTable) nsm.AddNamespace("soap", _ "http://schemas.xmlsoap.org/soap/envelope/") Dim soapDataNodes As XmlNodeList = Nothing soapDataNodes = doc.SelectNodes("soap:Envelope/soap:Body/INPUT", nsm)
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.