Method: IsoDoc::PresentationXMLConvert#prep_for_rendering
- Defined in:
- lib/isodoc/presentation_function/refs.rb
#prep_for_rendering(bib) ⇒ Object
68 69 70 71 72 |
# File 'lib/isodoc/presentation_function/refs.rb', line 68 def prep_for_rendering(bib) bib["suppress_identifier"] == true and bib.xpath(ns("./docidentifier")).each(&:remove) bib["type"] ||= "standard" end |