Hello > > You have to create a new root element and detach content from the old > root to add it to the new root : > Element newRoot = new Element(...); > newRoot.setContent(oldRoot.removeContent()); > > Thanks a lot to you guys. That was exactly the solution I was searching for. Great support. Greets Sebastian