Method: IsoDoc::PresentationXMLConvert#prep_for_rendering

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

#prep_for_rendering(bib) ⇒ Object



44
45
46
47
48
# File 'lib/isodoc/presentation_function/refs.rb', line 44

def prep_for_rendering(bib)
  bib["suppress_identifier"] == true and
    bib.xpath(ns("./docidentifier")).each(&:remove)
  bib["type"] ||= "standard"
end