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?
相关问题
- well using NSXMLParser the values inside an array
- Using MagicalRecord and NSXMLParser in a backgroun
- Parser error Error Domain=NSXMLParserErrorDomain C
- NSXMLParserErrorMessage - Could not open data stre
- Xcode Get image url from rss feed
相关文章
- NSXMLParserErrorMessage - Could not open data stre
- Xcode Get image url from rss feed
- Error Domain=NSXMLParserErrorDomain Code=64 “The o
- How to parse strings containing ampersands with NS
- how to parse the local XML correctly?
- Accessing specific child elements when parsing RSS
- NSXMLParserErrorDomain 111
- NSXMLParser Ignoring Text Between Certain Tags
Its also happens if the XML contains some extra line before the xml tag starts.
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