Hi, -There is an issue in axiom_node_detach function which is related to namespaces. Once we detach a child node from a root node and then free the allocated memory for root node, the associated namespace for the detached node is also freed.
For e.g. If we try to axiom_node_to_string -> it prints 'null' . But we can get any other attribute (local name or text) from the detached node. - And also for cloning nodes, we should have a better approach than 'detach'. Because, detach remove the node from the original node. Thanks, Kasun