Creating an XML document in WSH

January 12th, 2009 | Categories: Applications | Tags:

This took forever to find, but I was hoping XmlTextWriter would work in Windows Scripting Host (I thought I found an example), but I couldn’t get it to work.  This is the only structured way I could find to create an XML document in WSH:

http://www.aspfree.com/c/a/Windows-Scripting/Creating-an-XML-Document-in-WSH/

(OK – found the problem.  XmlTextWriter is .NET only, and WSH is not .NET.  It’s been a while for me.)