Can somebody please add a method to SAXOutputter to only output a partial JDOM tree (i.e an Element) ? I know it has the method output(List), but that is useless because it calls startDocument, which is pretty silly IMO when you are outputting a partial tree.