Working with Internet Explorer 5
Working with Internet Explorer 5
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Microsoft® Internet Explorer 5 and later enables you to fully use the XML and browser development tools in Microsoft Exchange 2000 Server. Internet Explorer 5 renders XML data and supports the behaviors and design time controls that are provided with Exchange Server 2003.
The Exchange store is an ideal repository for XML documents, XSL documents, and the HTML files that manipulate them. You can also use HTML documents that contain XML data islands. Your files and scripting can use the full capabilities of Internet Explorer 5, including XSL, Dynamic HTML (DHTML), and the XML Document Object Model (DOM).
You can use the XMLHTTPRequest object to access data in the
Exchange store using the
WebDAV protocol. This object enables you to
natively create and parse the XML-formatted bodies
necessary for WebDAV protocol requests and
responses by using the XML DOMDocument object.
XMLHTTPRequest is provided as part of the MSXML3 parser. You can
read more about the XMLHTTPRequest object at the Microsoft XML page of the MSDN Online Developer Center
Web site.