class REXML::Formatters::Default

def initialize( ie_hack=false )

tag, so that IE's bad XML parser doesn't choke.
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