diff --git a/reference/dom/domdocument/importnode.xml b/reference/dom/domdocument/importnode.xml index 4b722b8fd5..0b78239e60 100644 --- a/reference/dom/domdocument/importnode.xml +++ b/reference/dom/domdocument/importnode.xml @@ -1,5 +1,5 @@ - + DOMDocument::importNode @@ -36,6 +36,11 @@ If set to &true;, this method will recursively import the subtree under the importedNode. + + + To copy the nodes attributes deep needs to be set to &true; + +