I'm getting the following parse error when trying to upload and kml to google earth: Parse error at line 1, column 1: unclosed token
The start of the code looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<name>BLAST EXCLUSION</name>
Could anyone suggest what the issue is?
Thanks