module ActiveSupport::XmlMini_JDOM

def delete_empty(hash)

def delete_empty(hash)
  hash.delete(CONTENT_KEY) if hash[CONTENT_KEY] == ""
end