Kevin Baynes wrote: > > I have a list of Elements (e) that I am moving from one node to another. In > the JDOM FAQ it says to do it like this: > > newParent.addContent( elt.detach() ); > > However, in JDOM b6 there is no such Element.detach() method, It's in the latest snapshot. -jh-