Hey
I have two XmlElement objects, and I would like to replace all the data/attributes of one of the elements with the data/attributes of the other element. What would be the best way to do this?
XmlElement::replaceChildElement() seemed liked the obvious choice to me, however I don’t want the elements tag name to change. Would it be possible to add a function such as replaceChildElementAttributes()?