Method: IsoDoc::PresentationXMLConvert#ul
- Defined in:
- lib/isodoc/presentation_function/block.rb
#ul(docxml) ⇒ Object
163 164 165 |
# File 'lib/isodoc/presentation_function/block.rb', line 163 def ul(docxml) docxml.xpath(ns("//ul")).each { |f| ul1(f) } end |