NSXMLParser error code 65

Posted by Zhongcai on Stack Overflow See other posts from Stack Overflow or by Zhongcai
Published on 2010-06-01T08:13:11Z Indexed on 2010/06/01 10:23 UTC
Read the original article Hit count: 435

Filed under:
|

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>

© Stack Overflow or respective owner

Related posts about iphone

Related posts about Xml