D drewdr Jan 10, 2006 #1 Any pointers on how to get at specific elements, or better yet, convert it into a dataset ?
D drewdr Jan 11, 2006 #2 Any pointers on how to get at specific elements, or better yet, convert it into a dataset ? Click to expand... OK, I've gotten to my wanted element by simply counting: Mywebservice.Mymethod.ChildNodes.Item(5).InnerText But is there a faster way that I could get to the item by it's markup, like: <firstname>John </firstname> ? -------> item("firstname").innertext
Any pointers on how to get at specific elements, or better yet, convert it into a dataset ? Click to expand... OK, I've gotten to my wanted element by simply counting: Mywebservice.Mymethod.ChildNodes.Item(5).InnerText But is there a faster way that I could get to the item by it's markup, like: <firstname>John </firstname> ? -------> item("firstname").innertext