Method: IsoDoc::PresentationXMLConvert#term

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

#term(docxml) ⇒ Object



88
89
90
91
92
# File 'lib/isodoc/presentation_function/section.rb', line 88

def term(docxml)
  docxml.xpath(ns("//term")).each do |f|
    term1(f)
  end
end