Error Domain=NSXMLParserErrorDomain Code=64 “The operation couldn’t be completed. (NSXMLParserErrorDomain error 64.)”

后端 未结 2 976
暖寄归人
暖寄归人 2021-01-26 06:05

What deos the error 64 in NSXMLParserDomain Code=64 mean? I am using an NSXMLParser to parse my XML data. But i am getting the above mentioned error. Can someone please help me

2条回答
  •  天涯浪人
    2021-01-26 06:48

    I found it out. The error comes when the XMl contains errors at the start up. U can validate the XMl using w3schools here http://www.w3schools.com/xml/xml_validator.aspHow to validate an XML

提交回复
热议问题