Method: IsoDoc::PresentationXMLConvert#eref

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

#eref(docxml) ⇒ Object



48
49
50
51
52
53
# File 'lib/isodoc/presentation_function/inline.rb', line 48

def eref(docxml)
  docxml.xpath(ns("//eref[@deleteme]")).each { |f| redundant_eref(f) }
  docxml.xpath(ns("//fmt-eref")).each { |f| xref1(f) }
  docxml.xpath(ns("//fmt-eref//fmt-xref")).each { |f| f.replace(f.children) }
  docxml.xpath(ns("//erefstack")).each { |f| erefstack1(f) }
end