Method: IsoDoc::PresentationXMLConvert#quotesource

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

#quotesource(docxml) ⇒ Object



56
57
58
59
60
61
# File 'lib/isodoc/presentation_function/inline.rb', line 56

def quotesource(docxml)
  docxml.xpath(ns("//quote/source")).each { |f| xref1(f) }
  docxml.xpath(ns("//quote/source//xref")).each do |f|
    f.replace(f.children)
  end
end