I want to stream periodic stats to a file. The stats are in XML format. Is there any API in JDOM where we can output elements on the stream instead of a complete JDOM tree. Even if I try to fake it with the current API to treat the Element as a doc, the XML header tags are output every time. Any thoughts? Thanks Aspi