Question

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.

Was it helpful?

Solution

The text had HTML entities in addition to XML entities. Once removed things work fine now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top