Method: IsoDoc::PresentationXMLConvert#termdefinition
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termdefinition(docxml) ⇒ Object
47 48 49 |
# File 'lib/isodoc/presentation_function/terms.rb', line 47 def termdefinition(docxml) docxml.xpath(ns("//term[definition]")).each { |f| termdefinition1(f) } end |