[jdom-interest] Suppressing <?xml version="1.0"?>

Jason Hunter jhunter at collab.net
Mon Aug 21 08:45:38 PDT 2000


> 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-



More information about the jdom-interest mailing list