Hi, I'm using JDOM-b5 on jdk1.1.8, to produce a Log File. I don't need a DOCTYPE Declaration, but I see that when I create my document a DOCTYPE declaration is automatically added (<!DOCTYPE XLog:log>). How can I avoid this behaviour? Thank