[Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun, 13 May 2001 21:08:47 +0200


> What if we put these on the implementation, that or came up with a
> standard interface on the node.  Then, every DOM imp that wants to be
> compatible with xpath/xslt needs to support this interface?
> 
> 
> node.ownerDocument.implementation.releaseNode(node)
> 
> or
> 
> node.py_unlink()

releaseNode sounds good to me; it is unlikely that W3C would give an
operation that name but a different meaning. Any objections?

Regards,
Martin