This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ms:string-compare does NOT work in MSXML 4.0


Hi Gregory,

> I downloaded and installed the latest MSXML 4.0 SDK and everything
> seems to work fine except for one thing. What I can NOT do is run
> any of the examples that use the MXSML Extensions:
> ms:string-compare, ms:format-date, etc.

When you use the xml-stylesheet processing instruction to transform an
XML document when you load it in Internet Explorer, it always uses
MSXML3 rather than MSXML4. To use MSXML4 (and its extensions), you
have to run the process from code (e.g. write an HTML page that
contains a script element that contains some JavaScript that creates
DOMs using the version 4.0 Prog Ids) or from the msxsl.exe
command-line program.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]