Method: IsoDoc::PresentationXMLConvert#recommendation
- Defined in:
- lib/isodoc/presentation_function/reqt.rb
#recommendation(docxml) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/isodoc/presentation_function/reqt.rb', line 3 def recommendation(docxml) docxml.xpath(ns("//recommendation")).each do |f| recommendation1(f, lower2cap(f["class"]) || lower2cap(@i18n.recommendation)) end end |