Method: IsoDoc::PresentationXMLConvert#termnote
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termnote(docxml) ⇒ Object
108 109 110 |
# File 'lib/isodoc/presentation_function/terms.rb', line 108 def termnote(docxml) docxml.xpath(ns("//termnote")).each { |f| termnote1(f) } end |