Method: IsoDoc::PresentationXMLConvert#date

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

#date(docxml) ⇒ Object



120
121
122
123
124
125
# File 'lib/isodoc/presentation_function/inline.rb', line 120

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