
Jan. 27, 2015
3:48 p.m.
I want to move all attributes of an element to another element. If the attributes of elements x are x.attrib and attributes = x.attrib, is there a single command that says "take the attribute dictionary of x and attach it to y"? Or do I have to use the .set method for each individual attribute? MM