class REXML::Formatters::Default
def initialize( ie_hack=false )
If set to true, then inserts whitespace before the close of an empty
ie_hack::
set.
Prints out the XML document with no formatting -- except if ie_hack is
def initialize( ie_hack=false ) @ie_hack = ie_hack end