> Apologies if this is a FAQ (looked on the site to no avail) but > is there a way of getting the SAXBuilder not to print the <?xml > version="1.0"?> line? SAXBuilder doesn't print anything. It's XMLOutputter that does. And there's no built-in way for XMLOutputter to suppress the decl because it's required by XML. -jh-