[XML-SIG] [ pyxml-Patches-851255 ] 4DOM TreeWalker loops - fix

SourceForge.net noreply at sourceforge.net
Sat Nov 29 13:36:35 EST 2003


Patches item #851255, was opened at 2003-11-29 18:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=851255&group_id=6473

Category: DOM
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Clover (bobince)
Assigned to: Nobody/Anonymous (nobody)
Summary: 4DOM TreeWalker loops - fix

Initial Comment:
Patch for issue mentioned on c.l.py.

When nextNode() reaches the end and returns None, it
leaves the currentNode pointing at the root node of the
walker, instead of ensuring it is unchanged. A further
call will therefore begin the walk all over again.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=851255&group_id=6473



More information about the XML-SIG mailing list