I am using StAX XML stream writer to write the XML file. It writes all the data in a single line. I want all the tags to be indented instead of a single line.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
stax-utils provides class
|
|||||
|
|
Answered here: http://stackoverflow.com/questions/290326/stax-xml-formatting-in-java EDIT: A quick example (without resource cleaning) using stax-utils (https://stax-utils.dev.java.net/):
This gives you:
|
|||||||
|
|
Example pretty printing OMElement (Axiom library) via StAX:
|
|||
|
|