class Metanorma::Generic::Converter

def docidentifier_from_template(xmldoc)

def docidentifier_from_template(xmldoc)
  b = boilerplate_isodoc(xmldoc) or return
  template = configuration.docid_template ||
    "{{ organization_name_short }} {{ docnumeric }}"
  b.populate_template(template, nil)
end