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

StackOverflow https://stackoverflow.com/questions/10039161

سؤال

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 on this?

هل كانت مفيدة؟

المحلول

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.asp[How to validate an XML]1

نصائح أخرى

Its also happens if the XML contains some extra line before the xml tag starts.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top