//解析xml出错的情况 置self为Nil
- (void)parser:(NSXMLParser *)parser parseErrorOccurred:(NSError *)parseError
{
self = nil;
}