4
Reply

SelectSingleNode is returning null

David Smith

David Smith

Sep 29 2016 11:34 PM
266
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)