Method: IsoDoc::PresentationXMLConvert#termexample
- Defined in:
- lib/isodoc/presentation_function/block.rb
#termexample(docxml) ⇒ Object
57 58 59 60 61 |
# File 'lib/isodoc/presentation_function/block.rb', line 57 def termexample(docxml) docxml.xpath(ns("//termexample")).each do |f| example1(f) end end |