importNode10 NIST The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document. The importedNode is of type Entity_Reference. Only the EntityReference is copied, regardless of deep's value. Create an entity reference whose name is "entRef1" in a different document. Give it value "entRef1Value". Invoke method importNode(importedNode,deep) on this document with importedNode being "entRef1". Method should return a node of type Entity_Reference (whose value is null) that belongs to this document whose systemId is "staff.dtd". Mary Brady 2001-08-17