MSXML2.DOMDocument30 and the LOAD method to load an xml and parse it.
i need to do so on 80000 XML's.
how can i clear the xml object between each load?
thnaks in advance
peleg
Printable View
MSXML2.DOMDocument30 and the LOAD method to load an xml and parse it.
i need to do so on 80000 XML's.
how can i clear the xml object between each load?
thnaks in advance
peleg
There is no Close method
Microsoft suggest you use the Set myXdoc = Nothing when finished with it.