posted 17 years ago
hello all,
i would like to detach Elements from their parent and add them to a new element using jdom. i do it like below, but i get an org.jdom.IllegalAddException: The Content already has an existing parent "OLD_ROOT_NAME".
can anyone give me a hint whats the problem here? do i have to synchronize the detach() method?
thank you!