I am trying to parse a xml document using NSXMLParser. Every time it result in NSXMLParserErrorDomain error 1549. I cant find any documentation regarding that error code.
Any help.
-Shakthi
This is probably a problem with resolving a DTD in the XML. Try disabling DTD downloading with this code:
[parser setShouldResolveExternalEntities:NO]
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more