Dim xml Set xml = WScript.CreateObject("MSXML2.DOMDocument") xml.load("input.xml") xml.save("output.xml")