class AWS::Core::XML::SaxHandlers::Nokogiri
def start_element_namespace element_name, attributes = [], *ignore
def start_element_namespace element_name, attributes = [], *ignore attributes = attributes.map.inject({}) do |hash,attr| hash.merge(attr.localname => attr.value) end start_element(element_name, attributes) end