44 45 46 47 48 49
# File 'lib/isodoc/presentation_function/docid.rb', line 44 def no_identifier(bib) @i18n.no_identifier or return nil id = Nokogiri::XML::Node.new("docidentifier", bib.document) id << @i18n.no_identifier id end