I have a small test app that parses a few RSS feeds. It all goes well for all except for one.
我通过XML的馈电加以扫描,并且注意到,一旦它到达了一个具有“和”的标签,它就失败了。 因此,如果我有这样的话:
<like>beer & barbeque</like>
该记录说,它发现有一种扼杀。
beer
此外,它例外地坠毁。
Error Domain=NSXMLParserErrorDomain Code=68 "Operation could not be completed. (NSXMLParserErrorDomain error 68.)
The most annoying thing is that I don t even need the data from the problematic tag. Any idea how I can work around this?