Is it possible using StAX (specifically woodstox) to format the output xml with newlines and tabs, i.e. in the form:
someData &
Via the JDK: transformer.setOutputProperty(OutputKeys.INDENT, "yes");.
transformer.setOutputProperty(OutputKeys.INDENT, "yes");