cloneNode: deep
Returns a copy of the node without a parent node. If
the cloned node is specified as deep
= true, the subtree under the node
is also copied. Otherwise, the cloned node does not contain child
nodes.