RE: [xml-dev] Unloading XML file from DOM

From
Jean-Louis Couturier <>
To
'Ashish Goyal' <>,
Date
2002-01-07T20:18:12Z
ID
<9B86AB04BEAED411B81400D0B7A94737BDD7BC@SRVCOURRIER>
Thread
RE: [xml-dev] Unloading XML file from DOM
You could assign an empty string to the XML property of the DOM object.

eg.  
objDOM.XML = ""

Jean-Louis Couturier
Ixiasoft

-----Message d'origine-----
De : Ashish Goyal [mailto:]
Envoyé : 5 janvier, 2002 00:35
À : 
Objet : [xml-dev] Unloading XML file from DOM 


>Hi ALl,
>  I am loading a XML file in my program and I am using
>load() method but I could not find method to unload
>the file. I am loading various file and therefore
>needs to unload the previous files. Without this my
>memory usage goes very high. Any help would be
>great..I am using MSXML 3.0 with SP2 on WIN2000.
>
>Thanks
>Ashish