class ActiveSupport::XmlMini_NokogiriSAX::HashBuilder

def characters(string)

def characters(string)
  current_hash[CONTENT_KEY] << string
end