0

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.

user210504
  • 1,749
  • 2
  • 17
  • 36

1 Answers1

1

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

user210504
  • 1,749
  • 2
  • 17
  • 36