Method: IsoDoc::PresentationXMLConvert#termsource
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termsource(docxml) ⇒ Object
147 148 149 150 |
# File 'lib/isodoc/presentation_function/terms.rb', line 147 def termsource(docxml) docxml.xpath(ns("//termsource")).each { |f| termsource_modification(f) } docxml.xpath(ns("//termsource")).each { |f| termsource1(f) } end |