[ python-Bugs-1155207 ] getElementsbyTagName('*') in dom.minidom
SourceForge.net
noreply at sourceforge.net
Wed Mar 2 18:05:02 CET 2005
Bugs item #1155207, was opened at 2005-03-02 16:55
Message generated for change (Settings changed) made by bugmenot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1155207&group_id=5470
Category: None
Group: None
>Status: Deleted
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
More information about the Python-bugs-list
mailing list