module IsoDoc::Iso::Init

def amd(docxml)

def amd(docxml)
  doctype = docxml.at(ns("//bibdata/ext/doctype"))&.text
  %w(amendment technical-corrigendum).include? doctype
end