Hi All, I have a org.jdom.Element which is a sub-tree of a config tree. I wish to make ut into a Document by making use of the constructor Document(Elememt rootElement). However, I get the exception that the root element is already set. What am I doing wrong? Thanks, Dotan