Article ID: 223337 - Last Review: May 12, 2003 - Revision: 3.1 INFO: Loading/Saving XML Data Using the Internet Explorer XML ParserThis article was previously published under Q223337 SUMMARY
This article contains a list of methods supported by the Internet Explorer XML parser (MSXML) available for loading and saving XML data.
MORE INFORMATION
When loading or saving data from MSXML, the default behavior is either synchronous or asynchronous, and code must take this into account. Code that uses an asynchronous call to load the XML data must not access the resulting XML object model until the readyState property of the document is set to "complete." Code that uses a synchronous call can access the XML object model immediately after the load operation. In the version of MSXML that ships with Internet Explorer 4.01 Service Pack 1 and higher, code that uses any of the asynchronous methods can change them to work asynchronously by setting the async property to true. For additional information, please see the following article in the Microsoft Knowledge Base: 221841
(http://support.microsoft.com/kb/221841/EN-US/
)
PRB: No Access XML Object Model After Call to XML Parser Load() Method
In the following lists, methods that are asynchronous by default are followed by "ASYNC." All others are synchronous by default.For the version of MSXML that ships with Internet Explorer 4, the supported methods for loading and saving data are as follows:
REFERENCES
Please refer to MSXML 3 SDK Download
(http://www.microsoft.com/downloads/details.aspx?FamilyID=2cf40ae6-368c-4b6b-a185-2dfa92fb7993&DisplayLang=en)
on the MSDN Online Web Workshop.
APPLIES TO
| Article Translations
|

Back to the top
