[jdom-interest] b9 white space

Bradley S. Huffman hip at a.cs.okstate.edu
Sat May 3 17:38:39 PDT 2003


John writes:

> XMLOutputter xout = new XMLOutputter("  ", true, "UTF-8");

This indents all lines, even those that contain all whitespace. You
probably also want to setTextTrim(true) to get to output the way you want.

Brad



More information about the jdom-interest mailing list