Hi there!
I want to copy a Node with Children from one Document to another Document.
But append_child() only works within the same Document. So i tried to remove (remove_child) the Node from his parent and hoped, that this will work... wrong guess 🙁
How can i change the document_owner of a node?
Do i really have to make this step by step and create a new element within the other document i want to copy the node?
Please don´t say "yes" 🙂