- From: Jason Brittsan <jasonbri@microsoft.com>
- Date: Thu, 14 Feb 2002 10:37:12 -0800
- To: "Dimitris Dimitriadis" <dimitris@ontologicon.com>
- Cc: "Curt Arnold" <carnold@houston.rr.com>, <www-dom-ts@w3.org>
I'm sorry, I should have been more specific. That was more of an implementation note. It's something to consider for the test cases to insure an accurate test environment. -----Original Message----- From: Dimitris Dimitriadis [mailto:dimitris@ontologicon.com] Sent: Thursday, February 14, 2002 1:23 AM To: Jason Brittsan Cc: Curt Arnold; www-dom-ts@w3.org Subject: Re: Clarification in index.html No reference to particular implementations in given, only that the TS tests XML and SVG implementations of DOM Leel 1. /Dimitris On Thursday, February 14, 2002, at 07:30 , Jason Brittsan wrote: > It should also be noted that MSXML 3.0 ships with IE 6. Is this > scenario covered? > > > On Thursday, February 14, 2002, at 09:42 , Manos Batsis wrote: > > > Good point, but what really concerns me is MSXML 4.0; to use it's > features, one must use a version specific ProgId: > > var myDomObject = new ActiveXObject("Msxml2.DOMDocument.4.0"); > > > The use of a version independent ProgId calls MSXML3.0 or lower > depending what's in the machine: > > var myDomObject = new ActiveXObject("Msxml2.DOMDocument"); > > Does the TS handle this?
Received on Thursday, 14 February 2002 13:38:16 UTC