CF Network memory leak? Or false positive in Leaks?

2008-08-17 Thread Lawrence Johnston
Hey everybody, I've got a situation I'm kind of puzzling over. If I run my program though leaks, I'm getting a leak at a certain point, but where it's coming from is really confusing me. I've pulled the urlRequest entirely out into a new dummy program and I'm still getting a leak here.

Re: Issue with displaying URI prefixes on child elements using NSXML

2008-06-12 Thread Lawrence Johnston
It all makes sense now. Thanks. On Jun 11, 2008, at 11:48 PM, Chris Suter wrote: On 11/06/2008, at 3:19 PM, Lawrence Johnston wrote: Hey everybody, I've got an issue that I can't figure out. If I'm using this code: NSString *XMLForDisplay { NSXMLElement *root = [NSXMLNode

Issue with displaying URI prefixes on child elements using NSXML

2008-06-10 Thread Lawrence Johnston
Hey everybody, I've got an issue that I can't figure out. If I'm using this code: NSString *XMLForDisplay { NSXMLElement *root = [NSXMLNode elementWithName:@"root"]; [root addNamespace:[NSXMLNode namespaceWithName:@"a" stringValue:@"http://www.tempurl.com "]]; NSXMLElement *child = [NS