Method: IsoDoc::PresentationXMLConvert#termexample
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termexample(docxml) ⇒ Object
104 105 106 |
# File 'lib/isodoc/presentation_function/terms.rb', line 104 def termexample(docxml) docxml.xpath(ns("//termexample")).each { |f| example1(f) } end |