Method: IsoDoc::PresentationXMLConvert#date

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

#date(docxml) ⇒ Object



92
93
94
95
96
97
# File 'lib/isodoc/presentation_function/inline.rb', line 92

def date(docxml)
  (docxml.xpath(ns("//date")) -
   docxml.xpath(ns("//bibdata/date | //bibitem//date"))).each do |d|
     date1(d)
   end
end