Re: Cocoa-dev Digest, Vol 6, Issue 794

2009-05-28 Thread Greg Guerin
Mike McLaughlin. wrote: I'm familiar with recursion; that is what prompted my query. However, the tree-traversal documentation at http://devworld.apple.com/documentation/Cocoa/Conceptual/ NSXML_Concepts/Arti cles/TraversingTree.html#//apple_ref/doc/uid/TP40001257 seems to indicate that th

Re: Cocoa-dev Digest, Vol 6, Issue 794

2009-05-28 Thread Graham Cox
On 28/05/2009, at 10:45 PM, McLaughlin, Michael P. wrote: I'm familiar with recursion; that is what prompted my query. However, the tree-traversal documentation at http://devworld.apple.com/documentation/Cocoa/Conceptual/NSXML_Concepts/Arti cles/TraversingTree.html#//apple_ref/doc/uid/TP400

Re: Cocoa-dev Digest, Vol 6, Issue 794

2009-05-28 Thread McLaughlin, Michael P.
On 5/27/09 6:42 PM, "Greg Guerin wrote: >> In reviewing the NSXML documents, I found no really simple way to >> traverse a >> subtree of an NSXMLDocument. That is, traverse from the root until >> you hit >> the node with the right name then pretend that that node is the >> root of a >> smaller t