- From: Brian <netdemonz@yahoo.com>
- Date: Fri, 8 Jun 2001 15:58:43 -0400
- To: <www-html@w3.org>
gowri, can you please stop requesting return reciepts. Thank you. -----Original Message----- From: www-html-request@w3.org [mailto:www-html-request@w3.org]On Behalf Of Gowri Paranthaman Sent: Friday, June 08, 2001 11:38 To: 'JAMES BUULTJENS'; www-html@w3.org Subject: RE: XML object This will go by reference and hence it will not increase the memory usage (except for a puny 4+4 bytes). Gowri. -----Original Message----- From: JAMES BUULTJENS [mailto:it.consultant@usa.net] Sent: Friday, June 08, 2001 7:26 AM To: www-html@w3.org Subject: XML object Importance: High 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 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Received on Friday, 8 June 2001 15:58:38 UTC