- From: Dimitris Dimitriadis <dimitris@ontologicon.com>
- Date: Thu, 14 Feb 2002 10:22:53 +0100
- To: "Jason Brittsan" <jasonbri@microsoft.com>
- Cc: "Curt Arnold" <carnold@houston.rr.com>, <www-dom-ts@w3.org>
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 04:22:00 UTC