I have a NSXMLParser parsing and XML source and one of my tags is <expire xsi:nil="true"/>
. When the parser reaches this tag, it throws an NSXMLParserErrorDomain error 201. If I remove this tag from my XML source, I get no error.
Any ideas why this is throwing an error??
Thanks!