If you create an XML document in one process, pass that XMLDOMDocument to another process (say, for example, an Microsoft Transaction Server component), and try to create a new XML DOMDocument using a node or element from the first XML document, you will receive this error message: Run Time Error -2147024809 (80070057) The parameter is incorrect.
When you call the load method of the XML2.DOMDocument object to load an XML document through a script, Internet Explorer sends an "If-Modified-Since" header for the XML file.
When you send information between component tiers in Extensible Markup Language (XML), you may want to use strings rather thaninstances of the MSXML DOMDocument object....
XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application. XMLTree loads XML documents from a URL and graphically displays them in a tree view. It allows manipulation of the XML data on a node-by-node basis and supports saving the data out to a file on the local disk....