I use JAXB to create XML messages. The XML I need to create is (for the sake of simplicity):
In XML, and are the same thing. If you really want the former, then use a prettifier. javax.xml.transform.TransformerFactory.newTransformer() will probably do that for you.
javax.xml.transform.TransformerFactory.newTransformer()