[Solved] how to store the data into NSMutableString?


try this code

 NSString *XMLStr = [[NSString alloc]initWithBytes:[webData mutableBytes] length:[webData length]encoding:NSUTF8StringEncoding ];
 NSLog(@"the xml  product is %@",XMLStr);

Use this code i hope it helps You.

solved how to store the data into NSMutableString?