Method: IsoDoc::PresentationXMLConvert#ol
- Defined in:
- lib/isodoc/presentation_function/block.rb
#ol(docxml) ⇒ Object
172 173 174 175 176 |
# File 'lib/isodoc/presentation_function/block.rb', line 172 def ol(docxml) docxml.xpath(ns("//ol")).each { |f| ol1(f) } @xrefs.list_anchor_names(docxml.xpath(ns(@xrefs.sections_xpath))) docxml.xpath(ns("//ol/li")).each { |f| ol_label(f) } end |