Re: Trying to capture XML data and convert to a String...

2010-08-19 Thread R
Thanks Sherm… On Aug 19, 2010, at 1:38 AM, Sherm Pendley wrote: > On Wed, Aug 18, 2010 at 3:11 PM, R wrote: >> I'm new and in the process of learning Objective-C and Cocoa. >> >> I want to take some raw XML data, isolate, and convert to a string. I seem >> to be able to capture the data I wan

Re: Trying to capture XML data and convert to a String...

2010-08-19 Thread Sherm Pendley
On Wed, Aug 18, 2010 at 3:11 PM, R wrote: > I'm new and in the process of learning Objective-C and Cocoa. > > I want to take some raw XML data, isolate, and convert to a string.  I seem > to be able to capture the data I want, but cannot seem to get into a string > format.  Actually, I will want

Trying to capture XML data and convert to a String...

2010-08-19 Thread R
I'm new and in the process of learning Objective-C and Cocoa. I want to take some raw XML data, isolate, and convert to a string. I seem to be able to capture the data I want, but cannot seem to get into a string format. Actually, I will want in a NSMutableString format… but am keeping things