2

Anyone have any additional details on the possible cause of a "NSXMLParserErrorDomain error 23"? The only info that I can find is: NSXMLParserEntityReferenceMissingSemiError in the header file. It appears that it is related to the possible fact that "Entity reference is missing semicolon" - which I can't see how applies in my example of properly formed XML.

Thanks.

4

1 に答える 1

4

"&"が私のXMLに忍び込んだことがわかりました。交換して"&"、すべてが正常に機能しました。

于 2012-07-16T14:25:57.203 に答える