Iterate named nodes in XML document in VB.NET



Iterate named nodes in XML document in VB.NET

'Assembly: System.XML.dll

'Namespace: System.Xml

'Var XmlVariable AS XmlDocument

For Each node As XmlNode In xmlVariable.GetElementsByTagName(TagName)

Next

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.