isSupported02 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. The method should return "false" since 9.0 is not a valid version. 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 version to "9.0". The method should return a boolean "false" since 9.0 is not a valid version. Mary Brady 2001-08-17