module MultiXml::Parsers::Oga

def parse(io)

def parse(io)
  document = ::Oga.parse_xml(io)
  node_to_hash(document.children[0])
end