Method: IsoDoc::PresentationXMLConvert#related
- Defined in:
- lib/isodoc/presentation_function/concepts.rb
#related(docxml) ⇒ Object
98 99 100 |
# File 'lib/isodoc/presentation_function/concepts.rb', line 98 def (docxml) docxml.xpath(ns("//fmt-related/semx")).each { |f| (f) } end |