XmlParseFile.js - allows call to Msxml2.DOMDocument for viewing result of xsl-transformation for xlm-file, if you have not downloaded yet one/both of:

- Internet Explorer Tools for Validating XML and Viewing XSLT Output
http://go.microsoft.com/fwlink/?LinkId=4879
- MSXSL.EXE Command Line Transformation Utility
http://go.microsoft.com/fwlink/?LinkId=4882

... or wish to look result of transformation at the client, at which the similar tools are not established...: -)

For viewing parameters, execute:
XmlParseFile.js ?
from command line... Pay attention, on a format of the version option and it should be just type: -v3.0 i.e. between -v and 3.0 should not be any space.

In XmlParseFile.js you can change the version of used Msxml2.DOMDocument, there is written the following:
...
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// PROGIDs:
var gsMsxmlVersion = "4.0";
// Also you can use 3.0 versions:
//var gsMsxmlVersion = "3.0";
var gsPROGIDmsxml = "Msxml2.DOMDocument."+gsMsxmlVersion;
var gsPROGIDmsxsl = "Msxml2.FreeThreadedDOMDocument."+gsMsxmlVersion;
var gsPROGIDmstemp = "Msxml2.XSLTemplate."+gsMsxmlVersion;
var gbMsxml40 = (gsPROGIDmsxml.lastIndexOf("4.0") != (-1));
...

At use version 2.6 for files hi_xsl _ru.* as is written, there will be a mistake 0x80004005 on incorrect value 'html' for attribute 'method' for the element xsl:out in the file hi_xslt_ru.xsl. For correction it is possible:
- change value of erroneous attribute to 'xml' (on viewing from under MS IE it like 
Is not reflected)
- remove the attribute 'method' for an element xsl:out

Best regards. 
Michael Drozdov, ICS Soft, Perm, Russia 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Mailto:Drozdov@ics.perm.su 
My Page:  http://vfpdev.narod.ru/ 
ICS Page: http://ics.perm.ru/ [on Russian] 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~