IOS How to parser xml with XMLReader

NSString *xmlFileContents = [NSString stringWithContentsOfFile:xmlFilePath encoding:NSUTF8StringEncoding error:nil];   
    NSError *parseError  = nil;
    NSDictionary *xmlDictionary = [XMLReader dictionaryForXMLString:xmlFileContents error:&parseError];   
You can download XMLReader at :https://github.com/amarcadet/XMLReader

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

PHP Predefined Variables

Java : Variables Declaring