[Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT (original) (raw)
Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun, 13 May 2001 21:08:47 +0200
- Previous message: [Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT
- Next message: [Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.pyunlink()
releaseNode sounds good to me; it is unlikely that W3C would give an operation that name but a different meaning. Any objections?
Regards, Martin
- Previous message: [Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT
- Next message: [Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]