4
Answers

SelectSingleNode is returning null

Photo of David Smith

David Smith

9y
7.9k
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)