NSString * myxml=@" 2 006Cbm5ubm53bm53bndub 6 00BCbndub8 7 ";
how can parse this string in Objecive c.. pls help me .. thanks and regars.. raju
NSString * myxml=@" 2 006Cbm5ubm53bm53bndub 6 00BCbndub8 7 ";
how can parse this string in Objecive c.. pls help me .. thanks and regars.. raju
Your string doesn't look like it contains XML, but XML can be parsed in Objective-C with methods implemented by NSXMLParser.