NSXMLParserErrorDomain error 68 or called as '
NSXMLParserNAMERequiredError
'Reason :- Most likely, the error is caused because the xml data you are parsing. in the xml there will be some special characters that are not encoded.
Example :- character '&' did not show up as '&'
That is what the error means: Parser is expecting an input for that assuming '&' as a element.
Solution :- Change the xml.
For more details :- NSXMLParser Class Reference
Thanks
Is there any different solution except changing xml ?
ReplyDeleteYou can encode your data.
ReplyDelete