Re: Document context

2008-09-19 Thread Nathan Kinsinger
On Sep 19, 2008, at 12:05 AM, Apparao Mulpuri wrote: Hi, I am little confused with the method + (id)elementWithName:(NSString *)name in NSXMLNode. Is this method will create a new node with in the current document context or outside of any document context?. In the Xcode documentation, apple

Document context

2008-09-18 Thread Apparao Mulpuri
Hi, I am little confused with the method + (id)elementWithName:(NSString *)name in NSXMLNode. Is this method will create a new node with in the current document context or outside of any document context?. In the Xcode documentation, apple didn't mention about the document context. - Ap