importNode13 NIST The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document. The importedNode is of type Notation. Retrieve notation named "notation1" from document staffNS.xml. Invoke method importNode(importedNode,deep) where importedNode contains the retrieved notation and deep is false. Method should return a node of type notation whose name is "notation1". The returned node should belong to this document whose systemId is "staff.dtd" Mary Brady 2001-08-17