0

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?

Pradeep Reddy Kypa
  • 3,992
  • 7
  • 57
  • 75

2 Answers2

2

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

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Pradeep Reddy Kypa
  • 3,992
  • 7
  • 57
  • 75
0

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

Vishwas Singh
  • 1,497
  • 1
  • 18
  • 16