importNode07 NIST The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document. The importedNode is of type Element. If this document defines default attributes for this element name (importedNode), those default attributes are assigned. Create an element whose name is "emp:employee" in a different document. Invoke method importNode(importedNode,deep) on this document which defines default attribute for the element name "emp:employee". Method should return an the imported element with an assigned default attribute. Mary Brady 2001-08-17