iphone解析多个Xml文件

时间:2012-06-13 18:08:36

标签: xml

我需要解析存储在文档目录中的xml文件。 我正在使用XmlParser解析。

我在循环中循环

for (NSString *s in fileList){

    NSString *xmlPath1 =[xmlPath stringByAppendingFormat:@"/%@",s];

    xmlParser = [[XMLParser alloc] loadXMLByURL:xmlPath1];

}

0 个答案:

没有答案
相关问题