      xml-,    - MS IE 5.0    ,   MSXML 3.0   (     MSXML 2.6 [  MS IE 5.5],      ,   XSLT,            MSXML 3.0 [. "  MSXML" . ]).

            2001 .           xml-    Data .  About.htm

        -     ,     IE,    ,    :    .        .  ,    ... :-)

     Forum.htm - MS IE 5.0 ( )   MS MSXML 3.0  .    IE   (   )  ,     Microsoft.xmldom      xml-  html-,    xslt-     .

    /   ""   :-)

/////////////////////////////////////////////////////////////////////////////////////////////
  MSXML:

   MS MSXML    2.6,       MSXML 4.0 SDK
Microsoft XML Core Services (MSXML) 4.0:
--------------------------------------------------------------------
FROM: "MSXML 4.0 and Internet Explorer"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Currently, the default XML parser for Internet Explorer is MSXML 2.0. This includes Internet Explorer 5.5. With the help of the xmslinst.exe utility, you can change the default parser to MSXML 2.6 or MSXML 3.0. However, this can often cause unintended side-effects for some applications. Therefore, such a practice is not enabled for MSXML versions 4.0 and later. Until Internet Explorer ships with MSXML 4.0 as its default XML parser, the MSXML 4.0 features are available in Internet Explorer only via scripting when an XML DOM object is instantiated using the MSXML4.0-specific ProgID. This means that you cannot use <?xml-stylesheet type="text/xsl" href="Products.xsl"?> in an XML document to invoke MSXML 4.0 functionality.

FROM: XSLT Developer's Guide "Frequently Asked Questions about XSLT"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Q: Why do my transformations fail using Internet Explorer?

A: You might have an earlier version of MSXML running with Internet Explorer on your machine. MSXML versions 2.6 and earlier only support the XSL standard. MSXML versions 3.0 and later support XSLT 1.0. To use XSLT transformations, update the system by installing MSXML 3.0 or 4.0.

You can install MSXML 3.0 in replace mode so that it becomes the default XML/XSLT processor for Internet Explorer 5.0 or 5.5. 

However, you can install MSXML 4.0 in side-by-side mode only. For this reason, you cannot install MSXML 4.0 in such a way that it becomes the default XML/XSLT processor. Until a new version of Internet Explorer is shipped with MSXML 4.0, you can link your MSXML 4.0-compliant XSLT style sheet to an XML document from within a script. Embedded linking will not work for MSXML 4.0 and any current versions of Internet Explorer.

In Windows XP, you can set MSXML as the default XML/XSLT processor by using a manifest. For more information, see MSXML 4.0 and Windows XP.
--------------------------------------------------------------------
. 
http://msdn.microsoft.com/library/en-us/dnmsxml/html/whatsnew40rtm.asp
http://msdn.microsoft.com/library/en-us/xmlsdk/htm/sdk_intro_6g53.asp

   contents.js & tree.js   PROGID = "Msxml2.DOMDocument.3.0", :
var gsMsxmlVersion = "3.0";
// Also you can use 4.0 versions:
//var gsMsxmlVersion = "4.0";
var gsPROGIDmsxml = "Msxml2.DOMDocument."+gsMsxmlVersion;
...
 "Msxml2.DOMDocument"  "Microsoft.XMLDOM.1.0"    ...         MSXML 2.6,     ...      ,    MSXML 2.6   XSL-,         3,0 XSLT 1.0,   .

    MSXML      msxml3.dll (  msxml4.dll, msxml4a.dll, and msxml4r.dll)   ...   regedit   "XMLDOM"      VersionList
/////////////////////////////////////////////////////////////////////////////////////////////

--------------------------------------------------------------------
 :
          
- 07/07/2002 v0.1 
 

- 25/07/2002 v0.2
1)    Childitems.xsl    ,        : sId = "0"  ,     . 
2) ,    Childitems.xsl   Data.date
3)   XML/XSL-    .
4)   Data.xsl  <text>    <P> ( <PRE>   )   &#x0A;  <BR> (. xsl:template name="replace"  Data.xsl) 
5)  gbPreserveSpace = true  contents.js    "non-breaking space"     '#x20[#x20...]'  ' [&nbsp;...]'    HTML- (. preserveSpace()  contents.js) ...     JavaScript. ,       XSLT   ...   -       XSLT?
--------------------------------------------------------------------

Best regards.
 ,  , ,  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mailto:Drozdov@ics.perm.su 
My Page: http://vfpdmur.narod.ru/
ICS Page: http://ics.perm.ru/ [on Russian]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~