views:

161

answers:

2

NSString * myxml=@" 2 006Cbm5ubm53bm53bndub 6 00BCbndub8 7 ";

how can parse this string in Objecive c.. pls help me .. thanks and regars.. raju

+1  A: 

Your string doesn't look like it contains XML, but XML can be parsed in Objective-C with methods implemented by NSXMLParser.

diciu
Yeah, that looks like random ascii.
Mike Caron
A: 

Read the documentation.