XML object

Hi,

I need to find out if their is a difference in memeory usage in addressing an
XML object in IE/VBSCript in the following manner.

Function GetData1()
    oXMLDoc.async = False
    oXMLDoc.Load (tcXML)
end function

Function GetData2(toXMLDoc, toXSLDoc)
    toXMLDoc.async = False
    toXMLDoc.Load (tcXML)
end function

in GetData2 the XML object is passed into the function.


TIA

James




____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Received on Friday, 8 June 2001 04:56:17 UTC