mdalkiran / kml-library

Automatically exported from code.google.com/p/kml-library
0 stars 0 forks source link

KML load problem #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try parse by KmlTestbed attached file(official google kml sample)

What is the expected output? What do you see instead?
Was expected translation data from file to inner oject.
But was thrown exception saying "There is an error in XML document (463, 11)."

What version of the product are you using? On what operating system?
KMl-library version - latest from cvs.
OS - Win7.

Please provide any additional information below.

Original issue reported on code.google.com by mvbele...@gmail.com on 1 Feb 2010 at 2:54

Attachments:

GoogleCodeExporter commented 8 years ago
This is due to a problem with handling leading/trailing whitespaces.  Fixed 
this on my github fork:

https://github.com/parsnips/kml-library-fork/commit/e1734a16977d6d2c7e1d9fdfe8b8
0160cf04833c

Original comment by parsn...@gmail.com on 25 Aug 2011 at 10:20