Hi folks,
I'd like to double check if when running the LOAD method below, does the XML file get locked while the script is running or until myXML is set to NOTHING?
Or LOAD makes a copy of the XML in memory to work with?
Set myXML = CreateObject("Microsoft.XMLDOM")
myXML.async = "false"
myXML.load("demo.xml")
Please let me know.
Thanks!
...Alex
I'd like to double check if when running the LOAD method below, does the XML file get locked while the script is running or until myXML is set to NOTHING?
Or LOAD makes a copy of the XML in memory to work with?
Set myXML = CreateObject("Microsoft.XMLDOM")
myXML.async = "false"
myXML.load("demo.xml")
Please let me know.
Thanks!
...Alex