To parse XML
1 |
server.createObject("MSXML2.DOMDocument.4.0") |
Required:
- Microsoft Core XML Services (MSXML) 6.0
https://www.microsoft.com/en-us/download/details.aspx?id=3988 - Change script to 6.0
https://stackoverflow.com/questions/16167111/activex-component-cant-create-object-msxml2-domdocument
1set domT = server.createObject("MSXML2.DOMDocument.6.0") - Install MSXML 4.0 Service Pack 3 if above steps still fail.
https://www.microsoft.com/en-us/download/confirmation.aspx?id=15697