importNode11 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. If the Document provides a definition for the entity name, its value is assigned. Create an entity reference whose name is "ent3" in a different document. Invoke method importNode(importedNode,deep) on this document with importedNode being "ent3". Method should return a node of type Entity_Reference whose first child's value is "Texas" as defined in this document. Mary Brady 2001-08-17