Find a Node in XML Data Using the Element Name in VB.NET



Find a Node in XML Data Using the Element Name in VB.NET

'Assembly: System.XML.dll

'Namespace: System.Xml

'Var XmlVariable AS XmlDocument

Dim nodes As XmlNodeList
nodes = XmlVariable.GetElementsByTagName(TagName)

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.