Method: IsoDoc::PresentationXMLConvert#quote
- Defined in:
- lib/isodoc/presentation_function/block.rb
#quote(docxml) ⇒ Object
228 229 230 |
# File 'lib/isodoc/presentation_function/block.rb', line 228 def quote(docxml) docxml.xpath(ns("//quote")).each { |f| quote1(f) } end |