Installing Microsoft's XML Parser
The game statistics produced by Q3Stats use a combination of HTML, XSL and XML. Although all of these are standard Internet file formats, you may need to update your XML parser for the statistics to be displayed properly. You also need to be using Microsoft's Internet Explorer 5 or greater. Earlier versions may work if you follow the instructions below, but have not been tested.
I have been able to successfully test the HTML statistics on:
To update the Microsoft XML Parser (warning: only follow these instructions if you are having problems viewing the HTML statistics):
pathname\xmlinst -u
where pathname is the folder where xmlinst.exe is installed. This command uninstalls any registry entries for MSXML. xmlinst.exe is included in the MSXML.zip file.
regsvr32 msxml3.dll
This registers MSXML 3.0. regsvr32.exe is included as part of Windows.
pathname\xmlinst
This installs the latest version of MSXML in Replace mode.
Read xmlinst.exe ReadMe.txt file included in the MSXML.zip file for more details. You can also get more information about this update at the Microsoft MSDN web site - search for "Install MSXML 3.0 in Replace Mode".