[XML-SIG] [Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT (fwd)

Uche Ogbuji uogbuji@fourthought.com
Sun, 13 May 2001 21:31:14 -0600


------- Forwarded Message

Return-Path: <python-dev-admin@python.org>
Received: from mail.fourthought.com [204.144.146.185]
	by localhost with IMAP (fetchmail-5.6.8)
	for uogbuji@localhost (single-drop); Sun, 13 May 2001 20:10:58 -0600 (MDT)
Received: from mail.python.org (mail.python.org [63.102.49.29])
	by yen.fourthought.com (8.11.2/8.11.2) with ESMTP id f4E18N706668
	for <uche.ogbuji@fourthought.com>; Sun, 13 May 2001 19:08:23 -0600
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
	by mail.python.org with esmtp (Exim 3.21 #1)
	id 14z6qB-0004Y8-00; Sun, 13 May 2001 21:08:03 -0400
Received: from [204.144.146.185] (helo=yen.fourthought.com)
	by mail.python.org with esmtp (Exim 3.21 #1)
	id 14z6q5-0004Wh-00
	for python-dev@python.org; Sun, 13 May 2001 21:07:57 -0400
Received: from FourThought.com (IDENT:molson@usrtcc1-pool2-38.prolynx.com 
[63.122.17.102])
	by yen.fourthought.com (8.11.2/8.11.2) with ESMTP id f4E17k706656;
	Sun, 13 May 2001 19:07:46 -0600
Message-ID: <3AFF2E8B.31B9ED97@FourThought.com>
From: Mike Olson <Mike.Olson@fourthought.com>
Organization: FourThought, Inc
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.17-14 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
CC: 4suite@fourthought.com, python-dev@python.org
References: <200105131208.f4DC82o11349@mira.informatik.hu-berlin.de> 
<3AFECF52.FF7E9B26@FourThought.com> <200105131908.f4DJ8lh14249@mira.informatik.
hu-berlin.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [Python-Dev] Re: [4suite] ReleaseNode interface in 4XSLT
Sender: python-dev-admin@python.org
Errors-To: python-dev-admin@python.org
X-BeenThere: python-dev@python.org
X-Mailman-Version: 2.0.5 (101270)
Precedence: bulk
List-Help: <mailto:python-dev-request@python.org?subject=help>
List-Post: <mailto:python-dev@python.org>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-dev>,
	<mailto:python-dev-request@python.org?subject=subscribe>
List-Id: Python core developers <python-dev.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/python-dev>,
	<mailto:python-dev-request@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-dev/>
Date: Sun, 13 May 2001 19:02:03 -0600

"Martin v. Loewis" wrote:
> 
> > 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?


Should we standardize all of the python xml extensions with a py
prefix?  pyReleaseNode or py_releaseNode?  Then we will never have to
worry about a name clash.

Mike
> 
> Regards,
> Martin

- -- 
Mike Olson				 Principal Consultant
mike.olson@fourthought.com               (303)583-9900 x 102
Fourthought, Inc.                         http://Fourthought.com 
Software-engineering, knowledge-management, XML, CORBA, Linux, Python

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev


------- End of Forwarded Message