Ticket #237 (closed enhancement: done)
Prettyprint XML output
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ScriptBuilder Model | Version: | |
| Severity: | Trivial | Keywords: | |
| Cc: |
Description
When ScriptBuilder outputs XML, prettify the formatting. I also like the results from this online formatting tool with these options: Indentation level = 4, Text Mode = Normalize. https://www.freeformatter.com/xml-formatter.html
Reference: http://www.topjavatutorial.com/java/java-programs/pretty-print-xml-java/
Change History
Note: See
TracTickets for help on using
tickets.

Implemented in r204. Added some static methods to XMLBuilder class to handle the formatting.