I have a large chunk of text that I need to download and then extract some information from. It only has to be around for a split second so I don't want to write it to disk, but it is too big for an NSString. Is there an object for holding larger amounts of text? It's actually an XML file.
kman