Method: IsoDoc::PresentationXMLConvert#example
- Defined in:
- lib/isodoc/presentation_function/block.rb
#example(docxml) ⇒ Object
78 79 80 81 82 |
# File 'lib/isodoc/presentation_function/block.rb', line 78 def example(docxml) docxml.xpath(ns("//example")).each do |f| example1(f) end end |