Method: IsoDoc::PresentationXMLConvert#note1

Defined in:
lib/isodoc/presentation_function/block.rb

#note1(elem) ⇒ Object



56
57
58
59
60
# File 'lib/isodoc/presentation_function/block.rb', line 56

def note1(elem)
  %w(bibdata bibitem).include?(elem.parent.name) ||
    elem["notag"] == "true" or lbl = note_label(elem)
  prefix_name(elem, { label: note_delim(elem) }, lbl, "name")
end