Method: IsoDoc::PresentationXMLConvert#note

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

#note(docxml) ⇒ Object



48
49
50
# File 'lib/isodoc/presentation_function/block.rb', line 48

def note(docxml)
  docxml.xpath(ns("//note")).each { |f| note1(f) }
end