Here is my xml, I am having trouble pulling the values out of coordinate values. I see the coordinate values in the inner xml itellisense. How do get to the level of this element below
For Each node As XmlNode In childNode
If node.Name = "Points" Then
point(index).X= Convert.ToDouble(node.Attributes("coordinates").Value) // Error
point(index).Y= Convert.ToDouble(node.Attributes("coordinates").Value) //Error
index = index + 1
'Next
End If
Next
Next
Vishal JadavPosted Aug 6, 2016, 3:39 AM
Vishal JadavPosted Aug 10, 2016, 6:53 AM
David SmithPosted Aug 9, 2016, 4:16 PM
Vishal JadavPosted Aug 8, 2016, 3:06 AM
David SmithPosted Aug 7, 2016, 2:39 PM