# File lib/multi_xml/parsers/ox.rb, line 59 def start_element(name) @stack.push({}) if @stack.empty? h = {} append(name, h) @stack.push(h) end