using vbscript...
I am able to read from a file...
set xmlDoc = server.createobject("MSXML2.FreeThreadedDOMDocument")
xmlDoc.async = false
xmlDoc.setProperty "ServerHTTPRequest", true
xmlDoc.load( server.mappath("thedata.xml") )
But I am NOT able to read from a variable. How can I get this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.