Method: IsoDoc::PresentationXMLConvert#termnote

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

#termnote(docxml) ⇒ Object



30
31
32
# File 'lib/isodoc/presentation_function/terms.rb', line 30

def termnote(docxml)
  docxml.xpath(ns("//termnote")).each { |f| termnote1(f) }
end