[XML-SIG] Re: [4suite] ReleaseNode interface in 4XSLT

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon, 14 May 2001 07:39:34 +0200


> > 
> > > I'd favor cleanUp().
> > 
> > On the node, or on the DOM implementation?
> 
> I'm infavor of on the node.  It would be a lot easier to access.  If it
> was on the implementation, you would need more logic to release an
> arbitrary node as only the document has the implementation reference
> (and document's don't have an owner document)

In that case, I'd prefer unlink, since this is what is already
documented for minidom.

Regards,
Martin