Bugs item #1155207, was opened at 2005-03-02 16:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1155207&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: bugmenot (bugmenot)
Assigned to: Nobody/Anonymous (nobody)
Summary: getElementsbyTagName('*') in dom.minidom

Initial Comment:
According to the level 1 DOM, getElementsByTagName('*')
on an element node should return all descendants of the
element from which the method is called that are
element nodes.

When i tried it however, the returned nodeList
contained all elements that appear after the original
element in the soruce, regardless of whether or not
they are descendants.

Python 2.4 for windows

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1155207&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to