Method: IsoDoc::PresentationXMLConvert#quotesourcex

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

#quotesourcex(docxml) ⇒ Object

KILL



69
70
71
72
73
74
# File 'lib/isodoc/presentation_function/inline.rb', line 69

def quotesourcex(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