Hello,
how would i replace an element A with element B,
without changing the order of the tree. ( i don't
want to A.detach() and A.parent()add(B) because this will cause B to be the last
child and not the kind of child A was)
in other words, how do i do this :
(Element) a. replace(b);
|
- Re: [dom4j-user] replace a given node by another node [EMAIL PROTECTED]
- Re: [dom4j-user] replace a given node by another no... Maarten Coene