class REXML::Output

def <<( content )

def <<( content )
  @output << (@to_utf ? self.encode(content) : content)
end