isSupported04 NIST The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test. XML is a legal value for the feature parameter (Test for xml, lower case). Legal values for the version parameter are 1.0 and 2.0 (Test for 1.0). Retrieve the root node of the DOM document by invoking the "getDocumentElement()" method. This should create a node object on which the "isSupported(feature,version)" method is invoked with "feature" equal to "xml" and the version equal to 1.0. The method should return a boolean "true". Mary Brady 2001-08-17