RE: Deleting objects from the DOM

2001-11-23 Thread Pat O'Neil
ssign 0 all the ancestors first? When you say 'free all memory associated with node' does this include children? Thanks again Pat -Original Message- From: Juergen Hermann [mailto:[EMAIL PROTECTED]] Sent: 23. marraskuuta 2001 12:24 To: Pat O'Neil; [EMAIL PROTECTED] Subject:

RE: Deleting objects from the DOM

2001-11-23 Thread Erik Rydgren
Message- From: Pat O'Neil [mailto:[EMAIL PROTECTED]] Sent: den 23 november 2001 14:17 To: [EMAIL PROTECTED]; Juergen Hermann Subject: RE: Deleting objects from the DOM Thanks, but I guess I have a more specific question for your vague answer... Say I DOMParse and load an existing XML doc,

Re: Deleting objects from the DOM

2001-11-23 Thread Juergen Hermann
On Fri, 23 Nov 2001 11:57:55 +0200, Pat O'Neil wrote: > I have found no documentation that describes deleting a DOM_Node (and >possibly its children) from the heap. Have I missed reviewing a piece of >sample code, or should I try grabbing pointers and deleting them, or a third >more intell