NSXMLParser error code 65
- by Zhongcai
Hi guys,
NSXMLParser is giving me the following error:
"Error 65, Description: (null), Line: 1, Column: 47"
I've checked the documentation, and it says that a space is required at column47??.
Was hoping someone can help out on this? The raw xml file is as follows.
Strangely, the parser works intermittently at times, and for the same xml file.
<?xml version="1.0"?>
<contacts>
<known>
<pid>116</pid>
<abid>188</abid>
<latitude>1.417320695</latitude>
<longitude>103.7597807</longitude>
<status>Available</status>
</known>
</contacts>