Please Help: Parse error at line 1043, column 20; mismatched tag

1,240 views
Skip to first unread message

Andrea Baratie

unread,
Aug 21, 2014, 6:03:54 PM8/21/14
to kml-support-g...@googlegroups.com
I converted a shapefile from ArcMap into a KML file, but get an error every time I try and open the file in Google Earth.  I'm not sure how to fix this error.

Thanks for your help!
grc_waterValve.txt

Noisette

unread,
Aug 27, 2014, 6:21:43 PM8/27/14
to kml-support-g...@googlegroups.com
Hi Andrea, your problem is in this line:

      <name><Null></name>

Google Earth thinks <Null> is a tag, hence the error "mismatched tag".

You could use escape characters as you've done here:

<td>&lt;Null&gt;</td>

but that doesn't work in the <name> field.  The best is just to remove the <>.  See attached file.
modified_grc_waterValve.kml
Reply all
Reply to author
Forward
0 new messages