I am parsing a xml file which giving an error
NSXMLParserErrorDomain error 41
Will anyone tell me what is the reason of this error and how to solve this error.
Thank in Advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s an
NSXMLParserAttributeHasNoValueError. One of your attributes is missing a value.For the future, all these are defined in the
NSXMLParserErrorDomaindocument in the iOS Library.