标签: xml
我需要解析存储在文档目录中的xml文件。 我正在使用XmlParser解析。
我在循环中循环
for (NSString *s in fileList){ NSString *xmlPath1 =[xmlPath stringByAppendingFormat:@"/%@",s]; xmlParser = [[XMLParser alloc] loadXMLByURL:xmlPath1]; }