• Andrew M. Kuchling's avatar
    Patch #102492, fixing bug #116677: · 04a45e9b
    Andrew M. Kuchling authored
        give minidom.py behaviour that complies with the DOM Level 1 REC,
        which says that when a node newChild is added to the tree, "if the
        newChild is already in the tree, it is first removed."
    
        pulldom.py is patched to use the public minidom interface instead
        of setting .parentNode itself.  Possibly this reduces pulldom's
        efficiency; someone else will have to pronounce on that.
    04a45e9b
minidom.py 21.5 KB