Re: Some way to change an element's name would be useful

On 8/29/11 3:33 PM, Robin Berjon wrote:
> For completeness, I'm guessing that namespaces would be supported as well?
>
> Element renameElement(DOMString newName);
> Element renameElement(DOMString newNS, DOMString newName);

Shades of 
http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-renameNode

-Boris

Received on Monday, 29 August 2011 19:41:10 UTC