class ActiveSupport::XmlMini_LibXMLSAX::HashBuilder

def on_characters(string)

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