[Patches] [ python-Patches-460532 ] minidom.Node.text(), per TODO

noreply@sourceforge.net noreply@sourceforge.net
Mon, 01 Oct 2001 15:30:51 -0700


Patches item #460532, was opened at 2001-09-10 18:07
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=460532&group_id=5470

Category: XML
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Chip Salzenberg (chip)
Assigned to: Nobody/Anonymous (nobody)
Summary: minidom.Node.text(), per TODO

Initial Comment:
The TODO list for the minidom includes "more 
convenience methods for text and entities".  Well, 
here's a text() method I've found helpful.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-10-01 15:30

Message:
Logged In: YES 
user_id=21627

Since there have been no further comments speaking in 
favour of this patch, I close this as rejected.


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-09-11 08:04

Message:
Logged In: YES 
user_id=21627

I'm tempted to reject this, since it is not in the DOM
specification. I believe the remark in the TODO list
referred to convenience functions defined in DOM level 2,
most of which have been implemented already.

If a text function was implemented, I feel it should have
the semantics of the XPath text() node test. If you want to
see this patch integrated, I recommend discussing it on
xml-sig first.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=460532&group_id=5470