Frank Morton wrote: > > public class Key extends Document { > public Key() { > super(); > setRootElement(new Element("key")); > } > } > > I wish I could do in the constructor: > > super(new Element("key")); > > But, you can't do that. Why not? -jh-