module Metanorma::Utils

def to_xhtml_fragment(xml)

def to_xhtml_fragment(xml)
  doc = ::Nokogiri::XML.parse(NOKOHEAD)
  doc.fragment(xml)
end