Hi Chanditha,
It looks like the locations traits are not properly formatted -- for the location a latitude longitude pair are expected, but your data contains some other information as well; where the XML file says
AF410379_1.352083_103.819836_1991=1.352083_103.819836_1991 103.819836,
you probably want
AF410379_1.352083_103.819836_1991 = 103.819836 103.819836,
and similar for all other locations.
Cheers,
Remco