Actually, I was able to use copyWithZone to do what I needed.
Nice!

bob.

On Feb 2, 2010, at 4:28 PM, Robert Monaghan wrote:

> Its a fairly deep copy. There are several nodes deep.
> I am trying to copy parts of the tree, so that I don't have to write code to 
> regenerate them.
> 
> bob.
> 
> On Feb 2, 2010, at 4:26 PM, Jens Alfke wrote:
> 
>> 
>> On Feb 2, 2010, at 4:16 PM, Robert Monaghan wrote:
>> 
>>> Is there an easy way to clone an XML tree in Cocoa? Or will I be going thru 
>>> recursion code hell?
>> 
>> Did you try -copy? NSXMLNode implements NSCopying. The only question is 
>> whether it's a deep or a shallow copy.
>> 
>> —Jens
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/bob%40gluetools.com
> 
> This email sent to b...@gluetools.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to