MSXML Interop
You can call out to MSXML.DLL
Using COM Callable Wrapper.
Using tlbimp and /import
using MSXML;
DOMDocument xmlDoc;xmlDoc = new DOMDocument();xmlDoc.async = false;
xmlDoc.load("…");
Previous slide
Next slide
Back to first slide
View graphic version