Method: IsoDoc::PresentationXMLConvert#table_fn
- Defined in:
- lib/isodoc/presentation_function/block.rb
#table_fn(elem) ⇒ Object
131 132 133 134 135 136 |
# File 'lib/isodoc/presentation_function/block.rb', line 131 def table_fn(elem) (elem.xpath(ns(".//fn")) - elem.xpath(ns("./name//fn"))) .each_with_index do |f, i| table_fn1(elem, f, i) end end |