4
Answers

SelectSingleNode is returning null

David Smith

David Smith

8y
7.7k
1
Please review xml kml file attachment below for details.
 

SelectSingleNode is returning null from the path below. Review xml kml file to see what I am doing wrong below.

XmlNode n = kmlDoc.DocumentElement.SelectSingleNode("/kml/Document/Placemark/MultiGeometry/Polygon/outerBoundaryIs/LinearRing/coordinates"); 

Attachment: volume.zip

Answers (4)