JAXB marshaller in 10.1.3 -- want to remove XML Declaration <?xml ...>
Using JAXB in 10.1.3.1 Jdev -- is there a way to force the marshaller to NOT output the XML Declaration?
I've found mentions of this for JAXB 2.0:
marshaller.setProperty("jaxb.fragment", Boolean.TRUE);
But it doesn't work in 10.1.3.1...
Any other suggestions?