I am constantly getting this error while parsing XML using NSXMLParser. The error I am getting is NSXMLParserErrorDomain error 26.
I have appropriate code to handle external entities but still the parser fails. Any comments.
The text had HTML entities in addition to XML entities. Once removed things work fine now.