Method: IsoDoc::PresentationXMLConvert#index
- Defined in:
- lib/isodoc/presentation_function/section.rb
#index(docxml) ⇒ Object
49 50 51 |
# File 'lib/isodoc/presentation_function/section.rb', line 49 def index(docxml) docxml.xpath(ns("//index | //index-xref | //indexsect")).each(&:remove) end |