CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2004
    Location
    Israel
    Posts
    174

    MSXML2.DOMDocument30 and unloading xml

    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

  2. #2
    Join Date
    Feb 2003
    Location
    AR
    Posts
    228

    Re: MSXML2.DOMDocument30 and unloading xml

    There is no Close method
    Microsoft suggest you use the Set myXdoc = Nothing when finished with it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured