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