私のアプリはクラッシュしませんでした。
DDXMLDocument *d = [[DDXMLDocument alloc] initWithData:abookConnData options:0 error:nil];
books = [d nodesForXPath:@"abooks/abook" error:nil];
DDXMLDocumentのオブジェクトを自動リリースに変更しましたが、アプリがクラッシュし始めました。しかし、なぜ?
DDXMLDocument *d = [[[DDXMLDocument alloc] initWithData:abookConnData options:0 error:nil] autorelease];
books = [d nodesForXPath:@"abooks/abook" error:nil];
私のアプリはDDXMLNodeでクラッシュしました。[DDXMLNode XMLStringWithOptions:]