Method: IsoDoc::PresentationXMLConvert#term
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#term(docxml) ⇒ Object
160 161 162 |
# File 'lib/isodoc/presentation_function/terms.rb', line 160 def term(docxml) docxml.xpath(ns("//term")).each { |f| term1(f) } end |