I\'d like to change the tag name of a MSXML XMLDOMElement, but unfortunately the nodeName property is read-only. Is there any straightforward way to do it, or have
According to Document Object Model you can't rename a node.
See: http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247
renameNode is possible in DOM Level 3 but not in MSXML library