1: 2: 3:
For i = 0 To xmlnode.ChildNodes.Count - 1 yourList.Add(xmlnode(0).ChildNodes.Item(i).InnerText.Trim()) Next