Method: IsoDoc::PresentationXMLConvert#reference_names

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

#reference_names(docxml) ⇒ Object



16
17
18
19
20
# File 'lib/isodoc/presentation_function/refs.rb', line 16

def reference_names(docxml)
  docxml.xpath(ns("//bibitem[not(ancestor::bibitem)]")).each do |ref|
    reference_name(ref)
  end
end