[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Detecting MSXML

Subject: Re: Detecting MSXML
From: mnaughto@xxxxxxxxxxx
Date: Tue, 5 Sep 2000 18:50:13 +0100
detecting msxml
Try to create a "new ActiveXObject"  with a ProgId available only in the in the
MSXML3 Tech Preview/Beta.

For example:
"MSXML2.FreeThreadedDOMDocument.3.0"

Using error-trapping, test whether the operation succeeds.

Trouble is, I think you can't tell which release you've got (Jan, March, May,
July 2000).

An alternative is to use the FileSystemObject, to test for the existence of
msxml3.dll (probably in windows/system),
with the appropriate FileVersion information.

But you can only do that if the user lets you use the "unsafe" FileSystemObject
in your script.

You could, of course, do both...

Thanks,
Martin



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.