Method: IsoDoc::PresentationXMLConvert#example

Defined in:
lib/isodoc/presentation_function/block.rb

#example(docxml) ⇒ Object



38
39
40
# File 'lib/isodoc/presentation_function/block.rb', line 38

def example(docxml)
  docxml.xpath(ns("//example")).each { |f| example1(f) }
end