module MultiXml::Parsers::Libxml

def parse(xml)

def parse(xml)
  node_to_hash(LibXML::XML::Parser.io(xml).parse.root)
end