Method: IsoDoc::PresentationXMLConvert#dl
- Defined in:
- lib/isodoc/presentation_function/block.rb
#dl(docxml) ⇒ Object
154 155 156 |
# File 'lib/isodoc/presentation_function/block.rb', line 154 def dl(docxml) docxml.xpath(ns("//dl")).each { |f| dl1(f) } end |