Method: IsoDoc::PresentationXMLConvert#bibitem

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

#bibitem(xml, renderings) ⇒ Object



74
75
76
77
# File 'lib/isodoc/presentation_function/refs.rb', line 74

def bibitem(xml, renderings)
  implicit_reference(xml) and xml["hidden"] = "true"
  bibrender_item(xml, renderings)
end