Help and Support
 

powered byLive Search

How To Determine the Version of MSXML Used by Internet Explorer

Article ID:296647
Last Review:December 25, 2006
Revision:1.5
This article was previously published under Q296647

SUMMARY

This article provides a sample well-formed XML document in Microsoft Internet Explorer and demonstrates how to use Filemon for Windows to determine the version of MSXML that Internet Explorer is using.

Back to the top

MORE INFORMATION

1.Paste the following code into Notepad and save it as Books.xml.
<?xml version="1.0"?>
<catalog>
   <book id="bk101">
      <author>Gambardella, Matthew</author>
      <title>XML Developer's Guide</title>
      <genre>Computer</genre>
      <price>44.95</price>
      <publish_date>2000-10-01</publish_date>
      <description>An in-depth look at creating applications 
      with XML.</description>
   </book>
</catalog>
					
2.Download and unzip Filemon (a utility that monitors file activity on the system) from the following Web site:
Sysinternals
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx)
3.Run Filemon.exe and note that tracing starts immediately. Click the magnifying glass icon on the toolbar to stop the trace. To clear the display, on the Edit menu, click Clear Display.
4.To start a new Filemon trace, click the magnifying glass icon on the toolbar. In Internet Explorer, open Books.xml and then click the magnifying glass icon again to stop the trace.
5.To determine the version of MSXML that Internet Explorer used, on the Edit menu, click Find. In the Find text box, type MSXML. The first reference to MSXML is highlighted. The path usually points to \Winnt\System32\Msxml#.dll and to Iexplorer.exe, a process that Internet Explorer uses.
6.Double-click the highlighted line of text to open the System32 folder. Right-click Msxml#.dll, click Properties, and click the Version tab. The file version is listed under File Version.
To narrow your Filemon search, you can select and clear monitored drives from the Drives menu. You can also filter output by clicking Filter/Highlight on the Edit menu. The default filter is a wildcard character (*), which displays all file system activity. Replace the wildcard character (*) with MSXML and run the trace.

You can also use other utilities, such as Process Explorer, to monitor the DLLs that are loaded in a process and the resources that these DLLs use.

Back to the top

REFERENCES

For more information on XML, see the following Web sites:
World Wide Web Consortium
http://www.w3.org (http://www.w3.org)

XML
http://msdn.microsoft.com/xml (http://msdn.microsoft.com/xml)
For additional information about XML, click the article number below to view the article in the Microsoft Knowledge Base:
269238 (http://support.microsoft.com/kb/269238/EN-US/) INFO: Version List of the Microsoft XML Parser

Back to the top


APPLIES TO
Microsoft XML Parser 2.5
Microsoft XML Parser 2.6
Microsoft XML Parser 3.0
Microsoft XML Parser 3.0 Service Pack 1
Microsoft XML Core Services 4.0

Back to the top

Keywords: 
kb3rdparty kbhowto KB296647

Back to the top

Article Translations

 

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.