Method: IsoDoc::PresentationXMLConvert#termdefinition

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

#termdefinition(docxml) ⇒ Object



117
118
119
120
121
# File 'lib/isodoc/presentation_function/terms.rb', line 117

def termdefinition(docxml)
  docxml.xpath(ns("//term[definition]")).each do |f|
    termdefinition1(f)
  end
end