Tagged Questions

1
vote
1answer
974 views

How can I change the name of an element in DOM?

In PHP with DOM, I have a DomElement object which represents an <identity/> element. I have one case where I need to change this so its element name is <person/>, but keep the same child ...