Method: IsoDoc::PresentationXMLConvert#example

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

#example(docxml) ⇒ Object



45
46
47
# File 'lib/isodoc/presentation_function/block.rb', line 45

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