LadyAzariel / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

doc.kml failed to load in Google Earth ("Not Well Formed") #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I labeled my picture directory "GW Bridge & Back".  After I ran my pictures
and .gpx file through GPicSync and tried to load them into Google Earth, I
received the following error:

"Open of doc.kml failed: Parse error on Line 4 Character 28. Not well
formed (invalid token)."

The character pointed to in the error msg was an ampersand ("&") taken from
the name of the picture directory.

This problem occurred in V1.23 and V1.26beta

If possible, a filter needs to be added to the XML file creation module
which scans for all XML tokens and special characters, and converts them to
XML-safe mnemonics.  In this instance the "&" would be converted to "&". 

Original issue reported on code.google.com by s.j.rose...@gmail.com on 19 Apr 2008 at 7:46

GoogleCodeExporter commented 9 years ago
Thanks steven  for the feedback, I'll reproduce the problem and see what I can 
do.

Original comment by francois...@gmail.com on 19 Apr 2008 at 9:13

GoogleCodeExporter commented 9 years ago
You're welcome.  If I can be of any additional help (including code - I'm a PHP
developer) please let me know.

Original comment by s.j.rose...@gmail.com on 22 Apr 2008 at 2:43