Method: IsoDoc::PresentationXMLConvert#related

Defined in:
lib/isodoc/presentation_function/concepts.rb


98
99
100
# File 'lib/isodoc/presentation_function/concepts.rb', line 98

def related(docxml)
  docxml.xpath(ns("//fmt-related/semx")).each { |f| related1(f) }
end