iphone Parse mutiple Xml file

FuTuR

New Member
I need to parse xml files stored in document directory.i am parsing using XmlParser.I was looping it in for loop\[code\]for (NSString *s in fileList){ NSString *xmlPath1 =[xmlPath stringByAppendingFormat:@"/%@",s]; xmlParser = [[XMLParser alloc] loadXMLByURL:xmlPath1]; }\[/code\]
 
Back
Top