isSupported07 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). If the version is not specified, supporting any version of the method to return true. 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 blank. The method should return a boolean "true". Mary Brady 2001-08-17