Method: IsoDoc::PresentationXMLConvert#index1_cleanup

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

#index1_cleanup(docxml) ⇒ Object



41
42
43
44
45
46
# File 'lib/isodoc/presentation_function/index.rb', line 41

def index1_cleanup(docxml)
  docxml.xpath(ns("//indexsect//xref")).each do |x|
    x.children.remove
  end
  @xrefs.bookmark_anchor_names(docxml)
end