module Metanorma::Utils

def create_namespace(xmldoc)

def create_namespace(xmldoc)
  Namespace.new(xmldoc)
end