Link to home
Start Free TrialLog in
Avatar of ls00722
ls00722

asked on

parse XML using MSXML

Hi :
  I am trying to learn how to use MSXML to parse XML file. The first thing is to create a DOM document and call the load(filename) method to load the XML file into memory.
But in my case, the XML file is not actually a file, its a piece of memory contains XML file which is transfered from another host in the network. In this case , how do i load that piece of memory into the DOM document object?

Thank you!
ls
ASKER CERTIFIED SOLUTION
Avatar of KurtVon
KurtVon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial