Method: IsoDoc::PresentationXMLConvert#permission
- Defined in:
- lib/isodoc/presentation_function/reqt.rb
#permission(docxml) ⇒ Object
17 18 19 20 21 22 |
# File 'lib/isodoc/presentation_function/reqt.rb', line 17 def (docxml) docxml.xpath(ns("//permission")).each do |f| recommendation1(f, lower2cap(f["class"]) || lower2cap(@i18n.)) end end |